shithub: sox

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

View raw version
-- echo command line arguments

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