From f280995a847850327b1a156bfba2068966b1acec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Jan 2022 20:59:12 +0100 Subject: Merging upstream version 2.17.0. Signed-off-by: Daniel Baumann --- testing/resources/lua_repo/bin/hello-world-lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testing/resources/lua_repo/bin/hello-world-lua (limited to 'testing/resources/lua_repo/bin/hello-world-lua') 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') -- cgit v1.2.3