shithub: sox

ref: 130d2d573fd9d10b8b623b139b36551e3d30c52c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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