shithub: sox

ref: 7caf0e1b5286fc68229f60749d12e6ad28b3e01c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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