view bin/randbin @ 11475:dccd9d1e0a00 draft

<oerjan> revert
author HackEso <hackeso@esolangs.org>
date Mon, 09 Apr 2018 00:57:58 +0100
parents 3069d30fae85
children aa422ca91c37
line wrap: on
line source

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