changeset 10260:34c848603b51

<oerjan> sled bin/?//10s/^/ /;11ithen cat "$topic1";
author HackBot
date Wed, 15 Feb 2017 01:23:01 +0000
parents cc2a8bbb4738
children 5a436877bd42
files bin/?
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Wed Feb 15 01:21:44 2017 +0000
+++ b/bin/?	Wed Feb 15 01:23:01 2017 +0000
@@ -7,7 +7,8 @@
     then cat /dev/urandom;
     elif [ -e "$topic" ];
     then cat "$topic";
-elif [ -e "$topic1" ];
+    elif [ -e "$topic1" ];
+then cat "$topic1";
     elif [ -e "$topic2" ];
     then cat "$topic2";
     else echo "$1? ¯\(°​_o)/¯"; exit 1;