changeset 11474:3069d30fae85 draft

<oerjan> sled bin/randbin//1i#!/bin/bash
author HackEso <hackeso@esolangs.org>
date Mon, 09 Apr 2018 00:57:41 +0100
parents 8b74d2c16877
children dccd9d1e0a00
files bin/randbin
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/randbin	Sun Apr 08 18:40:40 2018 +0100
+++ b/bin/randbin	Mon Apr 09 00:57:41 2018 +0100
@@ -1,1 +1,2 @@
+#!/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