summaryrefslogtreecommitdiffstats
path: root/release/extract.sh
blob: 0f7c4bde2046f0296ee6c0d0945a04989ab36050 (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ -f bin_tgz.aa ] ; then
	echo; echo "Extracting bindist, please wait.  Ignore any messages from"
	echo "cpio saying \"No such file or directory\".  It doesn't know what"
	echo "it's talking about.."; echo
	cat bin_tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
fi
OpenPOWER on IntegriCloud