diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
| commit | fcc0587080d3250a509550d7222e70e6cdc7d281 (patch) | |
| tree | 827c9ac8236bbd050dc5f1f0753a0ebab99e026a /share/examples/printing/hpvf | |
| parent | 8935d79733d4e5938b0f22904e35d251e8eb514d (diff) | |
Diffstat (limited to 'share/examples/printing/hpvf')
| -rw-r--r-- | share/examples/printing/hpvf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/share/examples/printing/hpvf b/share/examples/printing/hpvf deleted file mode 100644 index 233de809745b..000000000000 --- a/share/examples/printing/hpvf +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# hpvf - Convert GIF files into HP/PCL, then print -# Installed in /usr/local/libexec/hpvf - -PATH=/usr/X11R6/bin:$PATH; export PATH - -giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \ - && exit 0 \ - || exit 2 |
