freebsd_amp_hwpstate/release/scripts/extract_proflibs.sh

9 lines
231 B
Bash
Raw Normal View History

1995-01-14 07:41:52 +00:00
#!/bin/sh
# $Id: extract_proflibs.sh,v 1.1 1995/01/14 07:41:44 jkh Exp $
1995-01-14 07:41:52 +00:00
PATH=/stand:$PATH
DDIR=/
DIST=proflibs
echo "Extracting ${DIST} - ignore any errors from cpio"
1995-01-14 07:41:52 +00:00
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )