shithub: sox

ref: 4334a6f4ef546d8390bac67552e1f195080175c0
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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