luaj: new command for invoking the luaj interpreter

This commit is contained in:
Fabrice Ducos
2022-06-15 01:09:05 +02:00
parent 1aa90eb7fa
commit bfb7da97cf

3
luaj Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec jrunscript -cp luaj-jse-3.0.2.jar -l lua "$@"