xref: /freebsd-src/share/examples/printing/if-simple (revision 7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0)
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
9exit 2
10