shithub: sox

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

View raw version
-- echo command line arguments

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