shithub: sox

ref: 2974df2573c875e2bf095804a8480466091665c7
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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