changeset 12100:a0dcc6e74ca1 draft

<fizzie> ` rm /hackenv/bin/randbin # for consistency with *
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:27:24 +0000
parents 73e048cb5d2f
children 2b3cc639ed6d
files bin/randbin
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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