From bfb7da97cf6442dec015b58012c08376c9e195bb Mon Sep 17 00:00:00 2001 From: Fabrice Ducos Date: Wed, 15 Jun 2022 01:09:05 +0200 Subject: [PATCH] luaj: new command for invoking the luaj interpreter --- luaj | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 luaj diff --git a/luaj b/luaj new file mode 100755 index 00000000..3990dc36 --- /dev/null +++ b/luaj @@ -0,0 +1,3 @@ +#!/bin/sh + +exec jrunscript -cp luaj-jse-3.0.2.jar -l lua "$@"