shithub: sox

ref: e1e358ec2c84ac0e6cecf5b1a91e583d9a1b0860
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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