We have a visual report with high confidence that Joshua's words actually
authorgene <gene@openbsd.org>
Sat, 19 Apr 1997 06:02:55 +0000 (06:02 +0000)
committergene <gene@openbsd.org>
Sat, 19 Apr 1997 06:02:55 +0000 (06:02 +0000)
were:
A STRANGE GAME.
THE ONLY WINNING MOVE IS NOT TO PLAY.
(but, nobody likes all caps anyway)

games/wargames/wargames.sh

index d4640f0..e74fa31 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh -
+#      $OpenBSD: wargames.sh,v 1.2 1997/04/19 06:02:55 gene Exp $
 #      $NetBSD: wargames.sh,v 1.2 1995/04/22 07:53:44 cgd Exp $
 #
 # Copyright (c) 1985, 1993
@@ -41,6 +42,7 @@ if [ -f /usr/games/$x ] ; then
        tput cl
        exec /usr/games/$x
 else
-       echo "Funny, the only way to win is not to play at all."
+       echo "A strange game."
+       echo "The only winning move is not to play."
 fi
 exit 0