view paste/paste.26175 @ 6366:7d648c60bfca

<tswett> learn tswett is livin\' it up with the penguins. He\'s a title under the cruxite in the lathe.
author HackBot
date Wed, 09 Dec 2015 04:07:17 +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"