summaryrefslogtreecommitdiffstats
path: root/share/examples/printing/if-simpleX
blob: c14b4a25d12b4520b6e861ae53655687f27605cd (plain)
1
2
3
4
5
6
7
8
9
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
OpenPOWER on IntegriCloud