From 27d8991894e93638c660d55efda7ad9402597339 Mon Sep 17 00:00:00 2001 From: Flare Microsystems Date: Sun, 17 Nov 2024 09:02:17 -0800 Subject: [PATCH] Removed test, added example --- bin/test.xml | 27 --------------------------- example.xml | 29 +++++++++++++++++++++++++++++ src/test.xml | 27 --------------------------- 3 files changed, 29 insertions(+), 54 deletions(-) delete mode 100644 bin/test.xml create mode 100644 example.xml delete mode 100644 src/test.xml diff --git a/bin/test.xml b/bin/test.xml deleted file mode 100644 index 6d74a97..0000000 --- a/bin/test.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - Variable Contents - - - - - echo this could be a whole batch script or just one command - - - print("this could be a whole python script or just one call") - - - echo "this could be a whole sh script or just one command" - - - echo "this could be a whole powershell script or just one command" - - - - - dist/* - - dist/ - - - \ No newline at end of file diff --git a/example.xml b/example.xml new file mode 100644 index 0000000..c9c010c --- /dev/null +++ b/example.xml @@ -0,0 +1,29 @@ + + + Variable Contents + + + + + + + echo this could be a whole batch script or just one command + + + print("this could be a whole python script or just one call") + + + echo "this could be a whole sh script or just one command" + + + echo "this could be a whole powershell script or just one command" + + + + a/single/file + ^a\/file\/with\/regex.*$ + + a/*/bunch/**/of/files.* + + + \ No newline at end of file diff --git a/src/test.xml b/src/test.xml deleted file mode 100644 index 6d74a97..0000000 --- a/src/test.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - Variable Contents - - - - - echo this could be a whole batch script or just one command - - - print("this could be a whole python script or just one call") - - - echo "this could be a whole sh script or just one command" - - - echo "this could be a whole powershell script or just one command" - - - - - dist/* - - dist/ - - - \ No newline at end of file