shithub: sox

ref: 5aaf570d958227fb12adcc4c14c685a67ee3c470
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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