view bin/wisdom @ 11137:e5f20b9a7f52

<oerjan> learn The degeneration is the generation that watches the Ellen DeGeneres show. See also degenerate.
author HackBot
date Fri, 28 Jul 2017 01:39:23 +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