Current Path : /usr/src/share/examples/printing/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/share/examples/printing/hpvf |
#!/bin/sh # # $FreeBSD: release/9.1.0/share/examples/printing/hpvf 230653 2012-01-28 19:48:44Z eadler $ # # hpvf - Convert GIF files into HP/PCL, then print # Installed in /usr/local/libexec/hpvf giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \ && exit 0 \ || exit 2