view paste/paste.11685 @ 3295:2664c1bcd3b5

<elliott> addquote <Bike> what\'s cereal <mnoqy> cereal <mnoqy> cant believe you dont know what cereal is
author HackBot
date Thu, 11 Jul 2013 06:19:11 +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"