view paste/paste.12709 @ 9190:eace687c3382

<oerjan> ` rm Unic*
author HackBot
date Thu, 06 Oct 2016 23:43:48 +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"