view paste/paste.12709 @ 3244:de1e347cb9a0

<oerjan> addquote <elliott> you know, when people talk about emacs being an OS I doubt what they had in mind was that it needed a package manager
author HackBot
date Fri, 28 Jun 2013 00:24:23 +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"