shithub: sox

ref: 48c438236b27754a525b8bd942b8af46e6b2b264
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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