xref: /original-bsd/share/tmac/strip.sed (revision c3e32dec)
1#! /bin/sed -f
2#
3# Copyright (c) 1988, 1993
4#	The Regents of the University of California.  All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8#	@(#)strip.sed	8.1 (Berkeley) 06/08/93
9#
10
11/%beginstrip%/{
12	h
13	s/.*/.\\" This version has had comments stripped; an unstripped version is available./p
14	g
15}
16/%beginstrip%/,$s/[. 	][ 	]*\\".*//
17/^$/d
18/\\n@/d
19