File: makereadme

package info (click to toggle)
postfix 3.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 29,376 kB
  • sloc: ansic: 143,636; makefile: 19,474; sh: 7,190; perl: 2,855; python: 1,448; awk: 158
file content (13 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

sed '
	s/<\/*table[^>]*>//g
	s/<\/th[^>]*>//g
	s/<\/td[^>]*>//g
	s/"\([A-Z0-9_]*\)\.html">/&\1:/
	s/All main.cf parameters/postconf(5): &/
	/All Postfix manual pages/d
' "$@"