view paste/paste.25005 @ 11318:20e7fb83f233

<oerjan> slwd cricket//s,are,is,;s,try,tries,;s,earn,&s,
author HackBot
date Sun, 14 Jan 2018 04:48:29 +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"