diff options
author | gene <gene@cvs.openbsd.org> | 1997-04-19 06:02:56 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-04-19 06:02:56 +0000 |
commit | bddee02b0230309adb3f727f6a9b2da3ace6cad7 (patch) | |
tree | 1f190d2b80e6eab49907a509e54c32367628abc3 /games | |
parent | 47bbf2528d7ffcd06a25e411b093630b4d3bdc60 (diff) |
We have a visual report with high confidence that Joshua's words actually
were:
A STRANGE GAME.
THE ONLY WINNING MOVE IS NOT TO PLAY.
(but, nobody likes all caps anyway)
Diffstat (limited to 'games')
-rw-r--r-- | games/wargames/wargames.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/wargames/wargames.sh b/games/wargames/wargames.sh index d4640f0c997..e74fa31de7a 100644 --- a/games/wargames/wargames.sh +++ b/games/wargames/wargames.sh @@ -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 |