view paste/paste.11685 @ 11255:ad0977bc1f45

<oerjan> addquote <Taneb> English is a lie, words lack intrinsic meaning <int-e> fortunately people don\'t operate for long in a vacuum so there\'ll always be context
author HackBot
date Thu, 07 Dec 2017 10:21:07 +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"