view bin/wisdom @ 8896:b64722f21210

<oerjan> slwd #esoteric//s#whatever#enchilada#
author HackBot
date Wed, 03 Aug 2016 23:46:12 +0000
parents e14a36c0ab41
children dfc5682ee287
line wrap: on
line source

f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); { echo -n "${f#wisdom/}//"; cat "$f"; } | rnooodl