view bin/wisdom @ 8952:0a126906f029

<oerjan> revert
author HackBot
date Thu, 18 Aug 2016 03:37:23 +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