summaryrefslogtreecommitdiffstats
path: root/testing/resources/lua_repo/bin/hello-world-lua
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/lua_repo/bin/hello-world-lua')
-rwxr-xr-xtesting/resources/lua_repo/bin/hello-world-lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/resources/lua_repo/bin/hello-world-lua b/testing/resources/lua_repo/bin/hello-world-lua
new file mode 100755
index 0000000..2a0e002
--- /dev/null
+++ b/testing/resources/lua_repo/bin/hello-world-lua
@@ -0,0 +1,3 @@
+#!/usr/bin/env lua
+
+print('hello world')