shithub: sox

ref: 13cc583c0bd5a34d24e543284c6b70f5905e1cf1
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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