view paste/paste.12709 @ 5116:f6a5491169b1

<oerjan> pastequotes fungot
author HackBot
date Sat, 08 Nov 2014 00:50:24 +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"