aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEduardo Julian2021-07-13 02:41:45 -0400
committerEduardo Julian2021-07-13 02:41:45 -0400
commit2431e767a09894c2f685911ba7f1ba0b7de2a165 (patch)
treef5c79fb04af80b8418e9de0a5e668f29403dd7fd /shell
parent86bcfadb774618defaa27bbb9361a93d288fb985 (diff)
Improved the XML parsing library.
Diffstat (limited to 'shell')
-rwxr-xr-xshell/lux.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/lux.bat b/shell/lux.bat
new file mode 100755
index 000000000..98155c8f6
--- /dev/null
+++ b/shell/lux.bat
@@ -0,0 +1,5 @@
+@echo off
+SETLOCAL
+cmd /k "java -jar %~dp0aedifex.jar %*"
+EXIT /B 0
+