shithub: sox

ref: fed81e9668d3445a9f5e5b6647e21a85bfdce22c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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