shithub: sox

ref: cce8fd8c57d58cac7e10d6bfc8a1ee89c87ff85c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

for i=0,table.getn(arg) do
 print(i,arg[i])
end