shithub: sox

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

View raw version
-- echo command line arguments

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