# HG changeset patch # User HackBot # Date 1474066138 0 # Node ID 2c1f4879472782588f46156c8cd610760dea539c # Parent dfc5682ee287f91e6ccd318562770d5a46b23443 sled bin/wisdom//s/that/That/;s/wise/wise./ diff -r dfc5682ee287 -r 2c1f48794727 bin/wisdom --- 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