shithub: sox

ref: 5ddbc4c395a37cf0e357350757e5685735f7ef9d
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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