view bin/wisdom @ 8960:d4d130368062

<shachaf> forget cale
author HackBot
date Thu, 18 Aug 2016 07:03:13 +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