aboutsummaryrefslogtreecommitdiff
path: root/games/xyzzy
diff options
context:
space:
mode:
Diffstat (limited to 'games/xyzzy')
-rwxr-xr-xgames/xyzzy6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/xyzzy b/games/xyzzy
new file mode 100755
index 00000000..691769b9
--- /dev/null
+++ b/games/xyzzy
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ -e "$HOME"/.xyzzy ] ; then
+ printf '%s\n' 'Nothing happens.'
+ exit 1
+fi
+printf '%s\n' 'I see no cave here.' > "$HOME"/.xyzzy