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