shithub: sox

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

View raw version
-- echo command line arguments

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