Deleted Added
full compact
hpvf (21240) hpvf (229831)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/share/examples/printing/hpvf 229831 2012-01-09 00:48:19Z eadler $
4#
3# hpvf - Convert GIF files into HP/PCL, then print
4# Installed in /usr/local/libexec/hpvf
5
5# hpvf - Convert GIF files into HP/PCL, then print
6# Installed in /usr/local/libexec/hpvf
7
6PATH=/usr/X11R6/bin:$PATH; export PATH
7
8giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
9 && exit 0 \
10 || exit 2
8giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
9 && exit 0 \
10 || exit 2