shithub: sox

ref: 3ff204629049d93aeca5271766cadbdb816690b4
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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