shithub: sox

ref: 9163657fe8c5cda17365382bfd6685943ebce227
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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