projects
/
multypo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
04ba0d5
)
geht doch net :-(
author
Constantin
<constantin@exxxtremesys.lu>
Fri, 19 Jul 2013 16:05:38 +0000
(18:05 +0200)
committer
Constantin
<constantin@exxxtremesys.lu>
Fri, 19 Jul 2013 16:05:38 +0000
(18:05 +0200)
play.sh
patch
|
blob
|
history
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:]