From a3b03eee588a798498c5da563938690402ed302a Mon Sep 17 00:00:00 2001 From: Constantin Date: Fri, 19 Jul 2013 18:05:38 +0200 Subject: [PATCH] geht doch net :-( --- play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.sh b/play.sh index 5ee9b2d..f51371e 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 | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:] -- 2.30.2