view paste/paste.12709 @ 2241:e0af85ec4de3

<monqy> pastequotes itidus
author HackBot
date Sun, 24 Feb 2013 04:45:11 +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"