# HG changeset patch # User HackBot # Date 1447641616 0 # Node ID 5af7744b8efee2d18134feba1d612ab429a3433e # Parent 33b81288e183e9a7c7d2edef58f9dae7605229be ` sed -i \'s/shuf/grep -v "[A-Z]" | shuf/\' bin/wisdom diff -r 33b81288e183 -r 5af7744b8efe bin/wisdom --- a/bin/wisdom Mon Nov 16 02:37:16 2015 +0000 +++ b/bin/wisdom Mon Nov 16 02:40:16 2015 +0000 @@ -1,1 +1,1 @@ -F="$(find wisdom/*"$1"* -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl +F="$(find wisdom/*"$1"* -type f | grep -v "[A-Z]" | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl