xref: /dflybsd-src/share/examples/printing/psdf (revision f1e3af6c0d9fb009456c1ad7a10c323acbf7022f)
1#!bin/sh
2#
3#  psdf - DVI to PostScript printer filter
4#  Installed in /usr/local/libexec/psdf
5#
6#  Invoked by lpd when user runs lpr -d
7#
8exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"
9