shithub: sox

ref: 91be46d3df5fd10ad8cb1cd815258e9bb762c2c0
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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