changeset 10261:5a436877bd42

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