shithub: sox

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

View raw version
-- echo command line arguments

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