view paste/paste.12709 @ 9251:4b3c25b76e7b

<oerjan> ` rm wisdom/{hlnp,pnhl,lpnh,nhlp}
author HackBot
date Thu, 13 Oct 2016 00:20:08 +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"