view paste/paste.25005 @ 6002:7d74e53ad250

<oerjan> learn B is _not_ a village in Norway, unless you\'re even worse than the BBC and drop accented letters altogether.
author HackBot
date Wed, 16 Sep 2015 12:05:50 +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"