view paste/paste.26175 @ 12281:3527774a6d7f draft

<oerjan> slwd `fetch//s,Ego,Eso,
author HackEso <hackeso@esolangs.org>
date Wed, 01 Jan 2020 02:31:28 +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"