view bin/wisdom @ 9816:a7fb80deb639

<shachaf> revert
author HackBot
date Fri, 02 Dec 2016 03:03:44 +0000
parents c2d240687296
children 41be7793b05b
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