mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
8 lines
199 B
Bash
8 lines
199 B
Bash
#!bin/sh
|
|
#
|
|
# psdf - DVI to PostScript printer filter
|
|
# Installed in /usr/local/libexec/psdf
|
|
#
|
|
# Invoked by lpd when user runs lpr -d
|
|
#
|
|
exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"
|