shithub: sox

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

View raw version
-- echo command line arguments

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