shithub: sox

ref: 571f96c010b29a570ade7e7decf6f3020beda5fe
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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