shithub: sox

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

View raw version
-- echo command line arguments

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