shithub: sox

ref: 28fe92a7ac13cd38261ca059b73362c13844e6b2
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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