annotate bin/wisdom @ 9053:7e6fc6fdd94b

<oerjan> sled bin/emoclew//s,>,>\\\\[\\\\],;s,<,<\\\\]\\\\[,
author HackBot
date Sun, 18 Sep 2016 00:04:01 +0000
parents 2c1f48794727
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9048
2c1f48794727 <oerjan> sled bin/wisdom//s/that/That/;s/wise/wise./
HackBot
parents: 9047
diff changeset
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