view paste/paste.11685 @ 11087:a9f9857bb2e6

<shachaf> learn Invention is the daughter of necessity.
author HackBot
date Wed, 12 Jul 2017 00:04:41 +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"