diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-02 22:47:46 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-02 22:47:46 +0000 |
commit | f5bc5997b24114f383586d72086ad33c5031e895 (patch) | |
tree | ef16fd22f6bdb83df08f2c5f243403f4098be2e6 /share/examples/printing/hpof | |
parent | c13b19be64e4516f29da6154371b2dedfd2939be (diff) |
printing examples, automatically generated from
src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl
Notes
Notes:
svn path=/head/; revision=21240
Diffstat (limited to 'share/examples/printing/hpof')
-rw-r--r-- | share/examples/printing/hpof | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/printing/hpof b/share/examples/printing/hpof new file mode 100644 index 000000000000..691b07f95d16 --- /dev/null +++ b/share/examples/printing/hpof @@ -0,0 +1,8 @@ +#!/bin/sh +# +# hpof - Output filter for Hewlett Packard PCL-compatible printers +# Installed in /usr/local/libexec/hpof + + +printf "\033&k2G" || exit 2 +exec /usr/libexec/lpr/lpf |