dntpd: Fix typo.
[dragonfly.git] / share / examples / printing / hpvf
blob233de809745bf183cef633b532fccc43df994b23
1 #!/bin/sh
3 # hpvf - Convert GIF files into HP/PCL, then print
4 # Installed in /usr/local/libexec/hpvf
6 PATH=/usr/X11R6/bin:$PATH; export PATH
8 giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
9 && exit 0 \
10 || exit 2