view paste/paste.26175 @ 10190:ca23294c6863

<oerjan> addquote <Phantom_Hoover> but i said at the start \'i have good reasons for this, i\'m not crazy\'!
author HackBot
date Sun, 29 Jan 2017 10:31:51 +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"