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