view bin/wisdom @ 8695:b09f2c5c49dd

<oerjan> ` chmod +x she*; mv she* bin
author HackBot
date Tue, 05 Jul 2016 01:20:24 +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