view paste/paste.26175 @ 12359:1d64b1d31b01 draft

<int-e> learn An opinion is but the first step towards a fully fledged flame war.
author HackEso <hackeso@esolangs.org>
date Wed, 23 Dec 2020 06:29:57 +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"