view paste/paste.26175 @ 3790:a7a693908599

<oerjan> learn Koen lives in the top of the Eiffel Tower.
author HackBot
date Wed, 18 Sep 2013 13:18:20 +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"