changeset 6217:5af7744b8efe

<oerjan> ` sed -i \'s/shuf/grep -v "[A-Z]" | shuf/\' bin/wisdom
author HackBot
date Mon, 16 Nov 2015 02:40:16 +0000
parents 33b81288e183
children 1f670e4687aa
files bin/wisdom
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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