shithub: sox

ref: ecc6c0f130bbd97f402d80ecf5d14610ce96065e
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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