diff options
author | Eduardo Julian | 2021-07-13 02:41:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-13 02:41:45 -0400 |
commit | 2431e767a09894c2f685911ba7f1ba0b7de2a165 (patch) | |
tree | f5c79fb04af80b8418e9de0a5e668f29403dd7fd /shell | |
parent | 86bcfadb774618defaa27bbb9361a93d288fb985 (diff) |
Improved the XML parsing library.
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/lux.bat | 5 |
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 + |