view paste/paste.11685 @ 5101:13ae4f023df4

<fizzie> ! glass {M[mxA!yO!a<1>=b<0>=c<10>=/ccc*<1>xs.?=b*y(on).?" "yo.?\\]}
author HackBot
date Sat, 18 Oct 2014 21:54:36 +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"