shithub: sox

ref: 64dede6b3d16ac3e488d8812b110f753df241038
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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