From c09d65287477ae7f04402f9b5d4da8043062a2d3 Mon Sep 17 00:00:00 2001 From: Fabrice Ducos Date: Wed, 15 Jun 2022 07:12:36 +0200 Subject: [PATCH] luaj ported to Windows with the name luaj.bat --- luaj.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 luaj.bat diff --git a/luaj.bat b/luaj.bat new file mode 100755 index 00000000..2e6dc2b2 --- /dev/null +++ b/luaj.bat @@ -0,0 +1,3 @@ +@echo off + +jrunscript -cp luaj-jse-3.0.2.jar -l lua %*