view paste/paste.26175 @ 12470:71a8d7ee2045 draft

<int-e> learn UML is short for "Umlaut". It powers H\xc3\xa4ckes\xc3\xb6.
author HackEso <hackeso@esolangs.org>
date Fri, 13 Jan 2023 02:06:12 +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"