freebsd_amp_hwpstate/release/scripts/extract_manpages.sh

10 lines
208 B
Bash
Raw Normal View History

1995-01-14 07:41:52 +00:00
#!/bin/sh
# $Id: extract_manpages.sh,v 1.1 1995/01/14 07:41:43 jkh Exp $
set -e
1995-01-14 07:41:52 +00:00
PATH=/stand:$PATH
DDIR=/
DIST=manpages
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )