view paste/paste.11685 @ 12250:67da88a6fde6 draft

<oerjan> slbd karma-//2d;$s,$, | tee ${HACKENV-/hackenv}/karma,
author HackEso <hackeso@esolangs.org>
date Fri, 06 Dec 2019 07:49:22 +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"