comparison bin/? @ 10091:5aa89f714ea0

<oerjan> sled bin/?//s, [|] rnooodl,,g;s,fi,fi | rnooodl,
author HackBot
date Tue, 03 Jan 2017 03:18:32 +0000
parents 426a317d6dfe
children 1ae58eb53daf
comparison
equal deleted inserted replaced
10090:3aba6e4437c3 10091:5aa89f714ea0
3 topic1=$(echo "$topic" | sed "s/s$//") 3 topic1=$(echo "$topic" | sed "s/s$//")
4 cd wisdom 4 cd wisdom
5 if [ \( "_$topic1"_ = "_ngevd"_ \) -a \( -e ngevd \) ]; 5 if [ \( "_$topic1"_ = "_ngevd"_ \) -a \( -e ngevd \) ];
6 then cat /dev/urandom; 6 then cat /dev/urandom;
7 elif [ -e "$topic" ]; 7 elif [ -e "$topic" ];
8 then cat "$topic" | rnooodl; 8 then cat "$topic";
9 elif [ -e "$topic1" ]; 9 elif [ -e "$topic1" ];
10 then cat "$topic1" | rnooodl; 10 then cat "$topic1";
11 else echo "$1? ¯\(°​_o)/¯"; exit 1; 11 else echo "$1? ¯\(°​_o)/¯"; exit 1;
12 fi 12 fi | rnooodl