From d7f28ed2dacccb02325aa5ffd24d319cf838c4f7 Mon Sep 17 00:00:00 2001 From: wosch Date: Thu, 2 Jan 1997 22:47:46 +0000 Subject: printing examples, automatically generated from src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl --- share/examples/printing/if-simpleX | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/examples/printing/if-simpleX (limited to 'share/examples/printing/if-simpleX') diff --git a/share/examples/printing/if-simpleX b/share/examples/printing/if-simpleX new file mode 100644 index 0000000..c14b4a2 --- /dev/null +++ b/share/examples/printing/if-simpleX @@ -0,0 +1,10 @@ +#!/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. +# Writes a form feed character (\f) after printing job. + +/bin/cat && printf "\f" && exit 0 +exit 2 -- cgit v1.1