freebsd-src/release/scripts/extract_games.sh
Jordan K. Hubbard ae547a3309 Print message about ignoring stupid warnings in game dist
Don't ask user to press return after every dist.
1995-01-28 09:07:48 +00:00

9 lines
225 B
Bash

#!/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 )