Add args script to echo arguments
This commit is contained in:
parent
789c6893fc
commit
91492553cb
1 changed files with 5 additions and 0 deletions
5
bin/args
Executable file
5
bin/args
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env lua
|
||||||
|
|
||||||
|
for i, argument in ipairs{...} do
|
||||||
|
print(i, argument)
|
||||||
|
end
|
Loading…
Reference in a new issue