1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-10 14:21:32 +00:00
Files

6 lines
80 B
Lua

-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end