view paste/paste.12709 @ 8565:4983ff27d8f6

<b_jonas> learn brexit is like a break, except when there\'s no surrounding loop, in which case it\'s like an exit.
author HackBot
date Wed, 22 Jun 2016 11:42:10 +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"