if we're going to quote the movie, let's at least get it *right*
This commit is contained in:
parent
aebd449baa
commit
b69874268e
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
# $NetBSD: wargames.sh,v 1.3 1999/11/16 17:27:14 abs Exp $
|
# $NetBSD: wargames.sh,v 1.4 2001/09/19 04:54:06 lukem Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1985, 1993
|
# Copyright (c) 1985, 1993
|
||||||
# The Regents of the University of California. All rights reserved.
|
# The Regents of the University of California. All rights reserved.
|
||||||
@ -43,7 +43,10 @@ if [ -f /usr/games/$x ] ; then
|
|||||||
tput cl
|
tput cl
|
||||||
exec /usr/games/$x
|
exec /usr/games/$x
|
||||||
else
|
else
|
||||||
# Original quote "Strange game, the only winning move is not to play."
|
exec cat <<QUOTE
|
||||||
echo "Strange, the only winning move is not to play."
|
A strange game.
|
||||||
|
The only winning move is
|
||||||
|
not to play.
|
||||||
|
QUOTE
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user