X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/92b261fa3486e341f2bbec499662a726e6376913..9c1e7f79952d5e4f6c8c38bb71e1c7c4dc6a3d01:/play.sh diff --git a/play.sh b/play.sh index 5ee9b2d..288dbcf 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 | sed 's/\/.*//' | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:] | qt/multypo