changeset 9268:0304f7a09dd6

<oerjan> mkx bin/randbin//grep -z \'\' bin/"$(ls -1 bin | shuf -n 1)"
author HackBot
date Thu, 13 Oct 2016 22:50:11 +0000
parents 988382c4c500
children befe19c198c3
files bin/randbin
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/randbin	Thu Oct 13 22:41:19 2016 +0000
+++ b/bin/randbin	Thu Oct 13 22:50:11 2016 +0000
@@ -1,1 +1,1 @@
-grep '' "$(ls -1 bin | shuf -n 1)"
+grep -z '' bin/"$(ls -1 bin | shuf -n 1)"