# HG changeset patch # User HackBot # Date 1503880069 0 # Node ID c943ffcb5feff460efdcb14ad58f65c038a90f15 # Parent f21329d7c8eeae98207047d97e53b0ef0b5529de sled bin/wisdom//s/"\\${/\x02&/; s#//#\x0f# diff -r f21329d7c8ee -r c943ffcb5fef bin/wisdom --- a/bin/wisdom Sun Aug 27 02:55:07 2017 +0000 +++ b/bin/wisdom Mon Aug 28 00:27:49 2017 +0000 @@ -1,1 +1,1 @@ -f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf --random-source=/dev/urandom -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 --random-source=/dev/urandom -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}"; cat "$f"; else echo "That's not wise."; fi | rnooodl