X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/a3b03eee588a798498c5da563938690402ed302a..9c1e7f79952d5e4f6c8c38bb71e1c7c4dc6a3d01:/play.sh diff --git a/play.sh b/play.sh index f51371e..288dbcf 100755 --- a/play.sh +++ b/play.sh @@ -4,5 +4,5 @@ WORDSTOPLAY=10 -sort -R dict.txt | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:] +sort -R dict.txt | sed 's/\/.*//' | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:] | qt/multypo