view paste/paste.26175 @ 11533:3318ef820619 draft

<oerjan> learn TMI is short for toenail mushroom infestation
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 21:48:14 +0100
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"