view bin/wisdom @ 11054:2ee93071bbd4

<__kerbal__> learn alercah has wanted a wisdom entry, evidently
author HackBot
date Thu, 29 Jun 2017 00:19:43 +0000
parents dbe661460e11
children c943ffcb5fef
line wrap: on
line source

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