shithub: sox

ref: 183f80e9072ea46f54b0b234d5f681864fdaf43e
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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