summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_compat1x.sh
blob: 4cdc2a40fb08a41b118575cbf2629e684a6e41b5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
PATH=/stand:$PATH
DDIR=/

DIST=compat1x_tgz
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
OpenPOWER on IntegriCloud