shithub: sox

ref: 1285ab107bfb9f1ad16886e2870dffb6db647291
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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