summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_games.sh
blob: 7495722f773d7cb99335688c9d43a3234c269f9c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: extract_games.sh,v 1.1 1995/01/14 07:41:41 jkh Exp $
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