shithub: sox

ref: 78cb6c827f13c2880e9198846fa434f2fc70b120
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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