view paste/paste.12709 @ 11211:dc839e3d282d

<b_jonas> `` gzip -dc share/mtg/All\\ Sets-2017-09-20.zip > share/mtg/allsets-2017-09-20.zip
author HackBot
date Wed, 04 Oct 2017 11:30:07 +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"