hpvf revision 21240
121240Swosch#!/bin/sh
221240Swosch#
321240Swosch#  hpvf - Convert GIF files into HP/PCL, then print
421240Swosch#  Installed in /usr/local/libexec/hpvf
521240Swosch
621240SwoschPATH=/usr/X11R6/bin:$PATH; export PATH
721240Swosch
821240Swoschgiftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
921240Swosch    && exit 0 \
1021240Swosch    || exit 2
11