]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/examples/printing/if-simple
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / share / examples / printing / if-simple
1 #!/bin/sh
2 #
3 # if-simple - Simple text input filter for lpd
4 # Installed in /usr/local/libexec/if-simple
5 #
6 # Simply copies stdin to stdout.  Ignores all filter arguments.
7
8 /bin/cat && exit 0
9 exit 2