comparison bin/wisdom @ 9975:374081f5fb18

<oerjan> mkx bin/w//wisdom "$@"
author HackBot
date Thu, 15 Dec 2016 01:25:20 +0000
parents 739a547c2541
children dbe661460e11
comparison
equal deleted inserted replaced
9974:739a547c2541 9975:374081f5fb18
1 f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf --random-source=/dev/urandom -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl 1 wisdom "$@"