view paste/paste.12709 @ 2731:6ae7e111de7f

<Bike> pastelogs kill yourself
author HackBot
date Wed, 17 Apr 2013 17:50:02 +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"