shithub: sox

ref: c18294ee0942343a69eaf701fdc9445041343b06
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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