shithub: sox

ref: d4dfef27f72d879af2fb6537b87d8b1f50ec5091
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