view paste/paste.26175 @ 6229:1d086ef15828

<tswett> le/rn yeeeeeeeeeesh/See yeeeeeeeeesh.
author HackBot
date Thu, 19 Nov 2015 01:54:59 +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"