view paste/paste.25005 @ 11439:0100c54fc74a

<wob_jonas> addquote <ais523> oh, we also need a Donate effect <ais523> Harmless Offering is the obvious choice given that we\'ll mostly be donating Hungry Lynxes
author HackBot
date Sat, 03 Mar 2018 12:42:23 +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"