shithub: sox

ref: 332fb72884cd011fda3b4188f911c580454bc775
dir: /src/lua/test/echo.lua/

View raw version
-- echo command line arguments

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