fix score
[multypo.git] / play.sh
diff --git a/play.sh b/play.sh
index 128a25d93bf509feb9e786467b3c21daee9e17e1..b427eeed67fc92378f8721f178ee342dbe533efd 100755 (executable)
--- 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