shithub: sox

ref: 82c6af3daeec9110f1ac43c0590df7a053b46499
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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