if-simpleX revision 267654
120253Sjoerg#!/bin/sh
220302Sjoerg#
320302Sjoerg# if-simple - Simple text input filter for lpd
420253Sjoerg# Installed in /usr/local/libexec/if-simple
520253Sjoerg#
620253Sjoerg# Simply copies stdin to stdout.  Ignores all filter arguments.
720253Sjoerg# Writes a form feed character (\f) after printing job.
820253Sjoerg
920302Sjoerg/bin/cat && printf "\f" && exit 0
1020253Sjoergexit 2
1120253Sjoerg