comparison bin/? @ 10261:5a436877bd42

<oerjan> sled bin/?//11s/^/ /
author HackBot
date Wed, 15 Feb 2017 01:23:13 +0000
parents 34c848603b51
children 4d09ce3dbd12
comparison
equal deleted inserted replaced
10260:34c848603b51 10261:5a436877bd42
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 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 "$1? ¯\(°​_o)/¯"; exit 1;
15 fi | rnooodl 15 fi | rnooodl