comparison bin/? @ 11412:b4efaadeace1

<oerjan> slbd ?///else/s,1,@,
author HackBot
date Wed, 28 Feb 2018 04:01:17 +0000
parents a5c372384510
children 192a3128831e
comparison
equal deleted inserted replaced
11411:a5c372384510 11412:b4efaadeace1
9 then cat "$topic"; 9 then cat "$topic";
10 elif [ -e "$topic1" ]; 10 elif [ -e "$topic1" ];
11 then cat "$topic1"; 11 then cat "$topic1";
12 elif [ -e "$topic2" ]; 12 elif [ -e "$topic2" ];
13 then cat "$topic2"; 13 then cat "$topic2";
14 else echo "$1? ¯\(°​_o)/¯"; exit 1; 14 else echo "$@? ¯\(°​_o)/¯"; exit 1;
15 fi | rnooodl 15 fi | rnooodl