X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/04ba0d5a99f63208188c4301aa21b743c42141cb..a3b03eee588a798498c5da563938690402ed302a:/play.sh diff --git a/play.sh b/play.sh index 5ee9b2d..f51371e 100755 --- a/play.sh +++ b/play.sh @@ -4,5 +4,5 @@ WORDSTOPLAY=10 -sort -R words.txt | fgrep -v \" | head -n $WORDSTOPLAY | ./game +sort -R dict.txt | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:]