]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/examples/printing/hpvf
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / examples / printing / hpvf
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5 #  hpvf - Convert GIF files into HP/PCL, then print
6 #  Installed in /usr/local/libexec/hpvf
7
8 giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
9     && exit 0 \
10     || exit 2