summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_info.sh
blob: 003d3636f0a7dfffc28a6809f73bfd2c5d5954ac (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=info
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
OpenPOWER on IntegriCloud