annotate bin/wisdom @ 8637:7d6f25efe4af

<izabera> ` sed -i \'s/cat "\\$F" | rnooodl/rnooodl < "$F"/\' bin/wisdom
author HackBot
date Tue, 28 Jun 2016 20:35:24 +0000
parents 32d6c7d06e26
children 0c8c5d021bf0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8637
7d6f25efe4af <izabera> ` sed -i \'s/cat "\\$F" | rnooodl/rnooodl < "$F"/\' bin/wisdom
HackBot
parents: 8636
diff changeset
1 F="$(find wisdom -path "wisdom/*${1,,}*" -type f -print0 | shuf -z -n1)"; echo -n "${F#wisdom/}//" | rnooodl; rnooodl < "$F"