shithub: sox

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

View raw version
-- echo command line arguments

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