121240Swosch#!/bin/sh
221240Swosch#
3230653Seadler# $FreeBSD$
4230653Seadler#
521240Swosch#  hpvf - Convert GIF files into HP/PCL, then print
621240Swosch#  Installed in /usr/local/libexec/hpvf
721240Swosch
821240Swoschgiftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
921240Swosch    && exit 0 \
1021240Swosch    || exit 2
11