3 # you should probably download a txt dictionary of your favourite language and use that as a words.txt
7 if [[ -z "$WORDSFILE" ]]; then
11 export LC_ALL=C # dont do unicode stuff in egrep
12 sort -R "$WORDSFILE" | sed 's/\/.*//' | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:] | qt/multypo