# HG changeset patch # User HackBot # Date 1359119688 0 # Node ID 88a36ee9de1fc83348eb06677e8655c23f8e0351 # Parent bff28a744c14645b18f44bece0aff593c9d535cf echo -e \'#!/bin/sh\\ntopic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")\\n([ "$topic" = "ngevd" -a -e wisdom/ngevd ] && cat /dev/urandom; exit 0; ) || [ -e "wisdom/$topic" ] || { echo "$1? \xc2\xaf\\(\xc2\xb0_o)/\xc2\xaf"; exit 1; }\\ncat "wisdom/$topic"\' > bin/q diff -r bff28a744c14 -r 88a36ee9de1f bin/q --- a/bin/q Fri Jan 25 13:14:26 2013 +0000 +++ b/bin/q Fri Jan 25 13:14:48 2013 +0000 @@ -1,4 +1,4 @@ #!/bin/sh topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//") -([ "$topic" = "ngevd" && -e wisdom/ngevd ] && cat /dev/urandom; exit 0; ) || [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } +([ "$topic" = "ngevd" -a -e wisdom/ngevd ] && cat /dev/urandom; exit 0; ) || [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } cat "wisdom/$topic"