mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d60b460b03
- Missing uncompface -X option used in exmh - Missing filter programs to generate ikon file - I will try communicate the necessary add ons to the new developers of faces.
17 lines
498 B
Bash
17 lines
498 B
Bash
#!/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
|