]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/examples/printing/psdf
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / examples / printing / psdf
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 #
8 exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"