view paste/paste.11685 @ 8338:b3dff85af7f9

<oerjan> le/rn hambiguitous/We\'re not sure what hambiguitous means, but it\'s definitely not hth.
author HackBot
date Sun, 05 Jun 2016 03:20:01 +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"