1#!/bin/sh 2# 3# 4# hpvf - Convert GIF files into HP/PCL, then print 5# Installed in /usr/local/libexec/hpvf 6 7giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \ 8 && exit 0 \ 9 || exit 2 10