# HG changeset patch # User HackBot # Date 1359148308 0 # Node ID 8949d5d1637d952b9775be0b2a94195e6a89a011 # Parent 113125d864bcab07cd40a8ef179654ad13302353 mv q bin/\'?\' diff -r 113125d864bc -r 8949d5d1637d bin/? --- a/bin/? Fri Jan 25 21:11:24 2013 +0000 +++ b/bin/? Fri Jan 25 21:11:48 2013 +0000 @@ -1,4 +1,5 @@ #!/bin/sh topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//") -([ \( "$topic" = "ngevd" \) -a \( -e wisdom/ngevd \) ] && cat /dev/urandom && exit 0; ) || [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } -cat "wisdom/$topic" +topic1=$(echo "$topic" | sed "s/s$//") +([ \( "$topic" = "ngevd" \) -a \( -e wisdom/ngevd \) ] && cat /dev/urandom && exit 0; ) || if [ -e "wisdom/$topic" ]; then cat "wisdom/$topic"; elif [ -e "wisdom/$topic1" ]; then cat "wisdom/$topic1"; else echo "$1? ��\(��_o)/��"; exit 1; fi + diff -r 113125d864bc -r 8949d5d1637d q --- a/q Fri Jan 25 21:11:24 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#!/bin/sh -topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//") -topic1=$(echo "$topic" | sed "s/s$//") -([ \( "$topic" = "ngevd" \) -a \( -e wisdom/ngevd \) ] && cat /dev/urandom && exit 0; ) || if [ -e "wisdom/$topic" ]; then cat "wisdom/$topic"; elif [ -e "wisdom/$topic1" ]; then cat "wisdom/$topic1"; else echo "$1? ��\(��_o)/��"; exit 1; fi -