view paste/paste.12709 @ 3282:d0fa860458af

<oerjan> echo \'A preorder is just a thin category.\' >wisdom/\'preorder\'
author HackBot
date Sat, 06 Jul 2013 03:40:42 +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"