shithub: sox

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

View raw version
-- echo command line arguments

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