shithub: sox

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

View raw version
-- echo command line arguments

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