view paste/paste.25005 @ 9289:1bb4d7528163

<oerjan> addquote <fungot> boily: i walked 5 miles to get to
author HackBot
date Sat, 15 Oct 2016 16:06:52 +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"