1*f5bc5997SWolfram Schneider#!bin/sh 2*f5bc5997SWolfram Schneider# 3*f5bc5997SWolfram Schneider# psdf - DVI to PostScript printer filter 4*f5bc5997SWolfram Schneider# Installed in /usr/local/libexec/psdf 5*f5bc5997SWolfram Schneider# 6*f5bc5997SWolfram Schneider# Invoked by lpd when user runs lpr -d 7*f5bc5997SWolfram Schneider# 8*f5bc5997SWolfram Schneiderexec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@" 9