shithub: sox

ref: 56f45bb8a89dfcb3c87d3a2d7663bb03130dce87
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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