view paste/paste.25005 @ 12311:a4df463e9de0 draft

<b_jonas> `` cp -v /hackenv/tmp/egel-master/stage/* /hackenv/interps/egel
author HackEso <hackeso@esolangs.org>
date Thu, 20 Feb 2020 22:51:45 +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"