#!/bin/sh

cat >&2 <<-EOF
* The game of hangman needs a words list to play. You can obtain a words list
* by installing `words` or another words list package, and adding a symlink
* at `/usr/share/dict/words` to the language's words list.
EOF

exit 0
