shithub: sox

ref: 2f0ef325d4588af7a70453547fa6b4d0b703818e
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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