shithub: sox

ref: 3916a06e88d568bb3939f4226d9ed809260b25be
dir: /src/lua/test/echo.lua/

View raw version
-- echo command line arguments

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