shithub: sox

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

View raw version
-- echo command line arguments

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