view bin/wisdom @ 10094:14d438f7ca2c

<Zarutian> learn tachyon is a particle yet to be invented. Meta theorized to be a force carrier in thimotimoline molecules.
author HackBot
date Thu, 05 Jan 2017 17:27:12 +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