shithub: sox

ref: 02fe8d8b9152b69c7c87032c18a2a94b3006739c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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