X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/318e322c3cd72e6a7f692c6f7c7770c0e15720c8..7a18f439db0b8a7d55ffd0368bb0159afa79ab62:/play.sh diff --git a/play.sh b/play.sh index 128a25d..b427eee 100755 --- a/play.sh +++ b/play.sh @@ -12,7 +12,7 @@ fi export LC_ALL=C # dont do unicode stuff in egrep while true; do - sort -R "$WORDSFILE" | sed 's/\/.*//' | egrep '^[A-Za-z]{5,}$' | head -n "$WORDSTOPLAY" | tr [:upper:] [:lower:] | qt/multypo + sort -R "$WORDSFILE" | sed 's/\/.*//' | egrep '^[A-Za-z]{5,}$' | head -n "$WORDSTOPLAY" | tr [:upper:] [:lower:] | qt/multypo echo "Press Ctrl-C to quit" sleep 3 done