# HG changeset patch # User HackEso # Date 1523231878 -3600 # Node ID dccd9d1e0a00d7451ee56510e7e7491d611945f3 # Parent 3069d30fae854f2f96f6c1f3178fc05040792862 revert diff -r 3069d30fae85 -r dccd9d1e0a00 bin/randbin --- a/bin/randbin Mon Apr 09 00:57:41 2018 +0100 +++ b/bin/randbin Mon Apr 09 00:57:58 2018 +0100 @@ -1,2 +1,1 @@ -#!/bin/bash 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 binary."; fi | rnooodl