shithub: sox

ref: 6a8e147eb135a8c835efdffc7e1e527fc9f22264
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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