view paste/paste.26175 @ 3478:b17523fec21b

<boily> learn fternooner (Danish \xc2\xbbfternooner\xc2\xab, Norwegian \xc2\xabttermiddag\xc2\xbb, Swedish \xe2\x80\x9dftermiddag\xe2\x80\x9d) is a screamingly delicious pastry.
author HackBot
date Tue, 27 Aug 2013 13:56:28 +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"