freebsd_amp_hwpstate/release/scripts/extract_info.sh

10 lines
200 B
Bash

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