summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_proflibs.sh
blob: f9ebf394a7426b3631bb553e53975cb4368a59e6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id: extract_proflibs.sh,v 1.2 1995/01/28 09:11:36 jkh Exp $
set -e
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