view paste/paste.12709 @ 9154:a54e1016e690

<oerjan> learn E-modules are modules over a web ring. Uaneb invented them.
author HackBot
date Wed, 05 Oct 2016 15:05:28 +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"