shithub: sox

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

View raw version
-- echo command line arguments

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