view paste/paste.12709 @ 275:af9f7df7f120

<itidus21> pastelogs ban me
author HackBot
date Fri, 20 Apr 2012 18:05:57 +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"