shithub: sox

ref: 6e0fe794da9a0fbec8b55cd0700f599cf54f7d3a
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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