shithub: sox

ref: 137952b22cdfa5faecb0ae8c04934d95f686a2b3
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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