xref: /freebsd/share/examples/printing/hpvf (revision 914752d0f7f874ab4fc8393aee28c22df87324f2)
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