# HG changeset patch # User HackBot # Date 1476399263 0 # Node ID c70ed230703c8e5d567a026fc3faed632babd33d # Parent a90ddb12b67c0fd2343b83563da5cfdd6d5f91d0 sled bin/randbin//s/cat/grep \'\'/ diff -r a90ddb12b67c -r c70ed230703c bin/randbin --- a/bin/randbin Thu Oct 13 22:53:20 2016 +0000 +++ b/bin/randbin Thu Oct 13 22:54:23 2016 +0000 @@ -1,1 +1,1 @@ -f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl +f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; grep '' "$f"; else echo "That's not wise."; fi | rnooodl