shithub: sox

ref: 9f770b090083b52edd3b98be15f33a1bec161bd8
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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