shithub: sox

ref: 7060937f97b2c6a7c41b90a2f34a3dd3a14dae0d
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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