# HG changeset patch # User HackBot # Date 1487121642 0 # Node ID b727e7b800f7b082f59ed04111d7d4c5400519b8 # Parent d0d5bc896d1927df2eb2f831d21e4ca80391e6fc sled bin/?//4,$s/topic1/topic2/;9ielif [ -e "$topic1" ]; diff -r d0d5bc896d19 -r b727e7b800f7 bin/? --- a/bin/? Wed Feb 15 01:19:03 2017 +0000 +++ b/bin/? Wed Feb 15 01:20:42 2017 +0000 @@ -1,13 +1,14 @@ #!/bin/bash topic=$(echo "$1" | lowercase | sed "s/noo\+dl/nooodl/;s/ *$//") topic1=$(echo '`'"$topic" | sed 's/^``//') -topic1=$(echo "$topic" | sed "s/s$//") +topic2=$(echo "$topic" | sed "s/s$//") cd wisdom -if [ \( "_$topic1"_ = "_ngevd"_ \) -a \( -e ngevd \) ]; +if [ \( "_$topic2"_ = "_ngevd"_ \) -a \( -e ngevd \) ]; then cat /dev/urandom; elif [ -e "$topic" ]; +elif [ -e "$topic1" ]; then cat "$topic"; - elif [ -e "$topic1" ]; - then cat "$topic1"; + elif [ -e "$topic2" ]; + then cat "$topic2"; else echo "$1? ¯\(°​_o)/¯"; exit 1; fi | rnooodl