view paste/paste.12709 @ 11624:712b78c987cf draft

<wob_jonas> fetch share/mtg/allsets-2018-05-21.zip https://yawgatog.com/resources/oracle/All%20Sets-2018-05-21.zip
author HackEso <hackeso@esolangs.org>
date Fri, 05 Oct 2018 15:41:48 +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"