diff options
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 233de809745bf..0000000000000 --- 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 |