diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
commit | d60b460b0300d3cb5cfc8406f57f29ef4d362c7a (patch) | |
tree | 05c0a0b340f8bbd9dfb254329235387b38b1a8aa /mail/faces/files/xbmcut48 | |
parent | c93140c8379f743ef1f32610c143b5181202bb82 (diff) |
Notes
Diffstat (limited to 'mail/faces/files/xbmcut48')
-rw-r--r-- | mail/faces/files/xbmcut48 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/faces/files/xbmcut48 b/mail/faces/files/xbmcut48 new file mode 100644 index 000000000000..6ae51a367ea5 --- /dev/null +++ b/mail/faces/files/xbmcut48 @@ -0,0 +1,16 @@ +#!/bin/sh +# +# @(#)xbmcut48 1.2 91/04/15 +# +# Copyright (c) Steve Kinzler - April 1991. +# +# Permission is given to distribute these sources, as long as the +# copyright messages are not removed, and no monies are exchanged. +# +# No responsibility is taken for any errors on inaccuracies inherent +# either to the comments or the code of this program, but if reported +# to me, then an attempt will be made to fix them. + +PATH=$PATH:/usr/bin/X11; export PATH + +xbmtopbm | pnmcut 0 0 48 48 | pbmtoxbm |