shithub: sox

ref: 8480a8f8767bdd1d059d89acec5471a3c9e8e218
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