index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
lux.bat
blob: 98155c8f605a49a13e59ac1d20741b0185e12e27 (
plain
)
1
2
3
4
5
@
echo
off
SETLOCAL
cmd /k
"java -jar
%~dp0
aedifex.jar
%*
"
EXIT
/B 0