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