changeset 8638:0c8c5d021bf0

<izabera> ` sed -i \'y/F/f/\' bin/wisdom
author HackBot
date Tue, 28 Jun 2016 20:35:44 +0000
parents 7d6f25efe4af
children 7b6c390eaef6
files bin/wisdom
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wisdom	Tue Jun 28 20:35:24 2016 +0000
+++ b/bin/wisdom	Tue Jun 28 20:35:44 2016 +0000
@@ -1,1 +1,1 @@
-F="$(find wisdom -path "wisdom/*${1,,}*" -type f -print0 | shuf -z -n1)"; echo -n "${F#wisdom/}//" | rnooodl; rnooodl < "$F"
+f="$(find wisdom -path "wisdom/*${1,,}*" -type f -print0 | shuf -z -n1)"; echo -n "${f#wisdom/}//" | rnooodl; rnooodl < "$f"