view paste/paste.12709 @ 11478:9dc00855be9c draft

<wob_jonas> fetch http://dpaste.com/3D5B57V.txt
author HackEso <hackeso@esolangs.org>
date Mon, 09 Apr 2018 17:18:16 +0100
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"