aboutsummaryrefslogtreecommitdiff
path: root/games/xyzzy.sh
blob: 5cc03278560ccbce5816949e84215ea303784fe4 (plain) (blame)
1
2
3
4
5
6
# ADVENTURE
if [ -e "$HOME"/.xyzzy ] ; then
    printf >&2 '%s\n' 'Nothing happens.'
    exit 1
fi
printf '%s\n' 'I see no cave here.' > "$HOME"/.xyzzy