shithub: sox

ref: c0fa003407d0e404ee7006d1374027b7c320cff3
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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