diff paste/paste.11685 @ 1026:9a4f41db9f00

<elliott> revert
author HackBot
date Mon, 10 Dec 2012 23:42:04 +0000
parents e037173e0012
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paste/paste.11685	Mon Dec 10 23:42:04 2012 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+topic=$(echo "$1" | tr A-Z a-z)
+[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
+cat "wisdom/$topic"
+