shithub: sox

ref: 34756e8fb8c0f3899c048322a23441cb735de3b7
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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