summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_proflibs.sh
blob: 4ce30fb86fe5b561313a1fe22f388631dd711d6c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: extract_proflibs.sh,v 1.1 1995/01/14 07:41:44 jkh Exp $
PATH=/stand:$PATH
DDIR=/

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