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