projects
/
multypo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
geht doch net :-(
[multypo.git]
/
play.sh
diff --git
a/play.sh
b/play.sh
index 5ee9b2dfc032701d627b179b4ffb62de2d40b15e..f51371ef1d1fe426ca76e384dafd54feac790a2f 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 | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:]