# HG changeset patch # User HackBot # Date 1456292902 0 # Node ID f72b8824feb4f36e62a1c9fb0b4ab4bdc0d0c962 # Parent af8d14be693dacc4bd5ef965377aff4ce977be1d ` sed -i \'5s/"/"_/g\' bin/\\? diff -r af8d14be693d -r f72b8824feb4 bin/? --- a/bin/? Wed Feb 24 05:44:16 2016 +0000 +++ b/bin/? Wed Feb 24 05:48:22 2016 +0000 @@ -2,7 +2,7 @@ topic=$(echo "$1" | lowercase | sed "s/noo\+dl/nooodl/;s/ *$//") topic1=$(echo "$topic" | sed "s/s$//") cd wisdom -if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; +if [ \( "_$topic1"_ = "_ngevd"_ \) -a \( -e ngevd \) ]; then cat /dev/urandom; elif [ -e "$topic" ]; then cat "$topic" | rnooodl;