1189251Ssam#!/bin/sh
2189251Ssam#
3189251Ssam# if-simple - Simple text input filter for lpd
4189251Ssam# Installed in /usr/local/libexec/if-simple
5189251Ssam#
6189251Ssam# Simply copies stdin to stdout.  Ignores all filter arguments.
7189251Ssam
8189251Ssam/bin/cat && exit 0
9189251Ssamexit 2
10189251Ssam