shithub: sox

ref: 61a6f4ef4710da68fc1331622196a2c6d6f881ad
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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