shithub: sox

ref: 19addbb93c1821b81c383ac0406f3274a7d57f78
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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