mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
7 lines
227 B
Bash
7 lines
227 B
Bash
#!/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
|