# HG changeset patch # User HackBot # Date 1435849608 0 # Node ID 2f0de4a6fe7a9652a0b97b7184349af3a14d6e64 # Parent 6c5c25183dbc550f642e36d75f11aa0ff310dcde ` sed -i \'s!wisdom!wisdom/"$1"!\' bin/wisdom diff -r 6c5c25183dbc -r 2f0de4a6fe7a bin/wisdom --- a/bin/wisdom Thu Jul 02 15:00:12 2015 +0000 +++ b/bin/wisdom Thu Jul 02 15:06:48 2015 +0000 @@ -1,1 +1,1 @@ -F="$(find wisdom -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl +F="$(find wisdom/"$1" -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl