# HG changeset patch # User HackBot # Date 1359148275 0 # Node ID 8c4f72925fb191aefbf9c515b498a3b3df6e5c58 # Parent 42bfc2a651af2096fc05fc3cd3204ce1d58c0044 fetch http://oerjan.nvg.org/q diff -r 42bfc2a651af -r 8c4f72925fb1 q.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/q.2 Fri Jan 25 21:11:15 2013 +0000 @@ -0,0 +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; ) || if [ -e "wisdom/$topic" ]; then cat "wisdom/$topic"; elif [ -e "wisdom/$topic1" ]; then cat "wisdom/$topic1"; else echo "$1? ��\(��_o)/��"; exit 1; fi +