shithub: sox

ref: 0e33735b9de23c82cb5a34fab3c61aa7e7ea0ea9
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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