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