comparison bin/? @ 10260:34c848603b51

<oerjan> sled bin/?//10s/^/ /;11ithen cat "$topic1";
author HackBot
date Wed, 15 Feb 2017 01:23:01 +0000
parents cc2a8bbb4738
children 5a436877bd42
comparison
equal deleted inserted replaced
10259:cc2a8bbb4738 10260:34c848603b51
5 cd wisdom 5 cd wisdom
6 if [ \( "_$topic2"_ = "_ngevd"_ \) -a \( -e ngevd \) ]; 6 if [ \( "_$topic2"_ = "_ngevd"_ \) -a \( -e ngevd \) ];
7 then cat /dev/urandom; 7 then cat /dev/urandom;
8 elif [ -e "$topic" ]; 8 elif [ -e "$topic" ];
9 then cat "$topic"; 9 then cat "$topic";
10 elif [ -e "$topic1" ]; 10 elif [ -e "$topic1" ];
11 then cat "$topic1";
11 elif [ -e "$topic2" ]; 12 elif [ -e "$topic2" ];
12 then cat "$topic2"; 13 then cat "$topic2";
13 else echo "$1? ¯\(°​_o)/¯"; exit 1; 14 else echo "$1? ¯\(°​_o)/¯"; exit 1;
14 fi | rnooodl 15 fi | rnooodl