shithub: sox

ref: 98794ec760bef653e12081344167c8c5f1e10318
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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