121240Swosch#!/bin/sh
221240Swosch#
321240Swosch# if-simple - Simple text input filter for lpd
421240Swosch# Installed in /usr/local/libexec/if-simple
521240Swosch#
621240Swosch# Simply copies stdin to stdout.  Ignores all filter arguments.
721240Swosch# Writes a form feed character (\f) after printing job.
821240Swosch
921240Swosch/bin/cat && printf "\f" && exit 0
1021240Swoschexit 2
11