8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
|
#!/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
|