shithub: sox

ref: 2c40ff2bbd0a9be161dd8032a40122a8f23cd27b
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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