view paste/paste.25005 @ 12474:da2633e2f588 draft

<wib_jonas> slashlearn hand injuries//Hand injuries are surprisingly common among webcomic writers, see eg. http://questionablecontent.net/view.php?comic=2314 http://www.giantitp.com/comics/oots0864.html or https://www.irregularwebcomic.net/news.php?date=2020-05-27
author HackEso <hackeso@esolangs.org>
date Mon, 27 Feb 2023 10:45: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"