annotate bin/wisdom @ 9072:e40f22d106ef

<moon__> le/rn evilipse/ the most evil of evil people, likes to use chmod 000 / -R
author HackBot
date Sun, 25 Sep 2016 20:19:27 +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