were:
A STRANGE GAME.
THE ONLY WINNING MOVE IS NOT TO PLAY.
(but, nobody likes all caps anyway)
#!/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
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