shithub: sox

ref: 20c688ed26a3c1a6a536e75bf415337921c1b992
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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