shithub: sox

ref: 8340b9510a5dbb80b2ee4a0c35a5bebf30e33590
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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