view paste/paste.26175 @ 5725:a808e1078a31

<ZombieCheney> learn the wisdom for fuck is that we need not indulge in illusions.
author HackBot
date Thu, 25 Jun 2015 03:49:32 +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"