repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add nan, nanf, nanl.
[dragonfly/vkernel-mp.git]
/
share
/
examples
/
printing
/
hpvf
blob
233de809745bf183cef633b532fccc43df994b23
1
#!/bin/sh
2
#
3
# hpvf - Convert GIF files into HP/PCL, then print
4
# Installed in /usr/local/libexec/hpvf
5
6
PATH
=/
usr
/
X11R
6
/
bin
:
$PATH
;
export
PATH
7
8
giftopnm | ppmtopgm | pgmtopbm | pbmtolj
-resolution
300
\
9
&&
exit
0
\
10
||
exit
2