view paste/paste.12709 @ 9291:facea1455b05

<ais523> addquote <fungot> boily: i walked 5 miles to get to http://community.schemewiki.org from there. but it\'s written in a relatively portable style?
author HackBot
date Sat, 15 Oct 2016 16:07:31 +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"