diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-17 04:05:04 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-17 04:05:04 +0000 |
| commit | 4894493155052a9d9af8a3b68c8b31e3b243a182 (patch) | |
| tree | 5148bc9ca5168012f9ae26bcea7aa3b8b9394f50 /share/examples/printing/if-simple | |
| parent | 274b8bdee754bb048d0267ee40ac9b784862ef31 (diff) | |
Diffstat (limited to 'share/examples/printing/if-simple')
| -rw-r--r-- | share/examples/printing/if-simple | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/share/examples/printing/if-simple b/share/examples/printing/if-simple deleted file mode 100644 index 7a5bf97ab38f..000000000000 --- a/share/examples/printing/if-simple +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# if-simple - Simple text input filter for lpd -# Installed in /usr/local/libexec/if-simple -# -# Simply copies stdin to stdout. Ignores all filter arguments. - -/bin/cat && exit 0 -exit 2 |
