shithub: sox

ref: 91033aaa79f6a103dea8c72e31966354f8f573b2
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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