diff options
author | 1997-04-19 06:02:55 +0000 | |
---|---|---|
committer | 1997-04-19 06:02:55 +0000 | |
commit | e6e48d749b7b508cd06f3b7cab1b36ed3fcad936 (patch) | |
tree | 8e267bb29c9f1fd14e04f408146556515fe2b7ba | |
parent | add /sys/arch to $cdpath so "cd i386" etc. works (diff) | |
download | wireguard-openbsd-e6e48d749b7b508cd06f3b7cab1b36ed3fcad936.tar.xz wireguard-openbsd-e6e48d749b7b508cd06f3b7cab1b36ed3fcad936.zip |
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)
-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 |