more stuff from the schönen künste
[multypo.git] / play.sh
diff --git a/play.sh b/play.sh
index 5ee9b2dfc032701d627b179b4ffb62de2d40b15e..288dbcf71d9f3077cb582993bafdab4ff6e53823 100755 (executable)
--- 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