Allow generic Lua for the example script

This commit is contained in:
Fierelier 2023-07-22 13:07:29 +02:00
parent cc30732c4c
commit 5e97bd4825
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env lua5.3
#!/usr/bin/env lua
print("i am root\n\narguments:")
for i,a in ipairs(arg) do
print("* " ..a)