changeset 9971:41be7793b05b

<oerjan> mkx bin/w//wisdom "$@"
author HackBot
date Thu, 15 Dec 2016 00:59:19 +0000
parents 72d4ab48f189
children b2b098f236d6
files bin/wisdom
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wisdom	Thu Dec 15 00:58:01 2016 +0000
+++ b/bin/wisdom	Thu Dec 15 00:59:19 2016 +0000
@@ -1,1 +1,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
+wisdom "$@"