date and time created 93/06/08 11:26:03 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 9 Jun 1993 02:26:03 +0000 (18:26 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 9 Jun 1993 02:26:03 +0000 (18:26 -0800)
SCCS-vsn: share/tmac/strip.sed 5.1

usr/src/share/tmac/strip.sed [new file with mode: 0644]

diff --git a/usr/src/share/tmac/strip.sed b/usr/src/share/tmac/strip.sed
new file mode 100644 (file)
index 0000000..99d62f5
--- /dev/null
@@ -0,0 +1,18 @@
+#! /bin/sed -f
+#
+# Copyright (c) 1988, 1993
+#      The Regents of the University of California.  All rights reserved.
+#
+# %sccs.include.redist.sh%
+#
+#      @(#)strip.sed   5.1 (Berkeley) %G%
+#
+
+/%beginstrip%/{
+       h
+       s/.*/.\\" This version has had comments stripped; an unstripped version is available./p
+       g
+}
+/%beginstrip%/,$s/[.   ][      ]*\\".*//
+/^$/d
+/\\n@/d