view paste/paste.25005 @ 7452:37d11d7eb9bd

<b_jonas> learn Macedonia is a country of which the United Nations denies the existance, just like Taiwan is.
author HackBot
date Sun, 17 Apr 2016 22:29: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"