view paste/paste.25005 @ 10024:b6ec15959604

<oerjan> le/rn the third wisdom//The third wisdom is that four equals five.
author HackBot
date Sun, 25 Dec 2016 00:52:47 +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"