view paste/paste.12709 @ 12309:452180eb1c11 draft

<int-e> revert
author HackEso <hackeso@esolangs.org>
date Wed, 12 Feb 2020 01:19:55 +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"