summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_games.sh
blob: abcc8cfc1ef05a41009bafef0c022f82feed1cc4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id: extract_games.sh,v 1.2 1995/01/28 09:07:43 jkh Exp $
set -e
PATH=/stand:$PATH
DDIR=/

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