view paste/paste.12709 @ 4648:65fc4b481803

<kmc> addquote <fungot> Bicyclidine: perhaps we should celebrate these days with guys like simon peyton-jones, simon fnord, etc
author HackBot
date Mon, 02 Jun 2014 18:42:01 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z)
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"