# HG changeset patch # User HackEso # Date 1573943244 0 # Node ID a0dcc6e74ca1565c6fbcd59adaf12a9c7f81e60c # Parent 73e048cb5d2f758add0481a9ee1e572f0af3df57 ` rm /hackenv/bin/randbin # for consistency with * diff -r 73e048cb5d2f -r a0dcc6e74ca1 bin/randbin --- a/bin/randbin Sat Nov 16 22:26:43 2019 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -#!/bin/dash -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