shithub: sox

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

View raw version
-- echo command line arguments

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