shithub: sox

ref: 9c7ea86c2726915fe48170117e4ab3f0247b7934
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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