summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_info.sh
blob: f35ed05f4cbab3f0545097971a37fa44bfcaa878 (plain)
1
2
3
4
5
6
7
8
9
#!/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 )
OpenPOWER on IntegriCloud