view paste/paste.12709 @ 4024:b0c4cf8f8ccb

<oerjan> addquote <ais523> my sleep schedule is not actually random, but I\'m not convinced it compresses well
author HackBot
date Sun, 17 Nov 2013 00:40:55 +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"