aboutsummaryrefslogtreecommitdiff
path: root/games/xyzzy
blob: 691769b9ff7e915fb184804ebeb012ce27aa8cf3 (plain) (blame)
1
2
3
4
5
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