view bin/wisdom @ 8928:78712f168834

<shachaf> slwd cube//s#rs#rs,#
author HackBot
date Wed, 17 Aug 2016 04:41:16 +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