51b8be3ee4
this allows to automatically generate the website from the current tinyproxy.conf.5 template. make cd docs/web make
6 lines
111 B
Awk
6 lines
111 B
Awk
BEGIN {i=0}
|
|
/<\/{0,1}h1/ {if(!i)i=1; gsub("h1", "h4", $0);}
|
|
#/<\/body>/ {i=0;}
|
|
/BUGS/ {i=-1}
|
|
{if(i==1) print;}
|