blob: b2ba028f23433ace3c3f9cec60c7e03650135992 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
#
# diablo-if-net - Text filter for Diablo printer `scrivener' listening
# on port 5100. Installed in /usr/local/libexec/diablo-if-net
#
exec /usr/libexec/lpr/lpf "$@" | /usr/local/libexec/netprint scrivener 5100
|