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