summaryrefslogtreecommitdiffstats
path: root/wargames
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-09-19 04:54:06 +0000
committerlukem <lukem@NetBSD.org>2001-09-19 04:54:06 +0000
commitde348b6ea4939bf1e7ff2fa4ac0a319b2cf7ae51 (patch)
tree32b03dd99352a19977d348e15be6581d7dccfb17 /wargames
parent3287d94e338444488c7f7d392c3a4a3b7c3caae3 (diff)
downloadbsdgames-darwin-de348b6ea4939bf1e7ff2fa4ac0a319b2cf7ae51.tar.gz
bsdgames-darwin-de348b6ea4939bf1e7ff2fa4ac0a319b2cf7ae51.tar.zst
bsdgames-darwin-de348b6ea4939bf1e7ff2fa4ac0a319b2cf7ae51.zip
if we're going to quote the movie, let's at least get it *right*
Diffstat (limited to 'wargames')
-rw-r--r--wargames/wargames.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/wargames/wargames.sh b/wargames/wargames.sh
index d1bcd860..c8172a6c 100644
--- a/wargames/wargames.sh
+++ b/wargames/wargames.sh
@@ -1,5 +1,5 @@
#!/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
# The Regents of the University of California. All rights reserved.
@@ -43,7 +43,10 @@ if [ -f /usr/games/$x ] ; then
tput cl
exec /usr/games/$x
else
- # Original quote "Strange game, the only winning move is not to play."
- echo "Strange, the only winning move is not to play."
+ exec cat <<QUOTE
+A strange game.
+The only winning move is
+not to play.
+QUOTE
fi
exit 0