view paste/paste.12709 @ 9964:b98b7cc844ed

<oerjan> slwd piet//s/..$/\x0f./
author HackBot
date Thu, 15 Dec 2016 00:35:54 +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"