shithub: sox

ref: 7c691371778b480154fb5c9f66c9541d3a62d807
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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