shithub: sox

ref: 224eb83d7ab54ff08c18d8242a35f235cb24fcc4
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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