shithub: sox

ref: 3824eb5c056c2a823b3f6ae0324a79aec04c6b4c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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