changeset 9048:2c1f48794727

<oerjan> sled bin/wisdom//s/that/That/;s/wise/wise./
author HackBot
date Fri, 16 Sep 2016 22:48:58 +0000
parents dfc5682ee287
children b83e352dc7f7
files bin/wisdom
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wisdom	Fri Sep 16 22:47:19 2016 +0000
+++ b/bin/wisdom	Fri Sep 16 22:48:58 2016 +0000
@@ -1,1 +1,1 @@
-f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "that's not wise"; fi | rnooodl
+f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl