shithub: sox

ref: 06d6a95d2dc59f83ce8c63a058fa789456203d41
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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