# HG changeset patch # User HackBot # Date 1359147939 0 # Node ID 499f5c105cdedffe57e9e5c5679b2157d721ee4d # Parent 1cef690af38d7564f3c61a6f388de69927421e64 cat q.1 >q diff -r 1cef690af38d -r 499f5c105cde q --- a/q Fri Jan 25 21:05:26 2013 +0000 +++ b/q Fri Jan 25 21:05:39 2013 +0000 @@ -1,5 +1,5 @@ #!/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; ) || [ -e "wisdom/$topic" && cat "wisdom/$topic" ] || [ -e "wisdom/$topic1" && cat "wisdom/$topic1" ] || { echo "$1? ��\(��_o)/��"; exit 1; } +([ \( "$topic" = "ngevd" \) -a \( -e wisdom/ngevd \) ] && cat /dev/urandom && exit 0; ) || [ -e "wisdom/$topic" ] && cat "wisdom/$topic" || [ -e "wisdom/$topic1" ] && cat "wisdom/$topic1" || { echo "$1? ��\(��_o)/��"; exit 1; }