shithub: sox

ref: 72bcef603c6b6ddc54ba2a33556390286c332b7c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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