view paste/paste.25005 @ 9616:df9e4934df5e

<moony> le/rn Taneb consistency/A consistency that is weaker than all other consistencies. Taneb invented it
author HackBot
date Thu, 03 Nov 2016 13:33:31 +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"