shithub: sox

ref: 55d494351ed2a9e02fd4db726f689e5d9654cc5d
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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