comparison paste/paste.26175 @ 1026:9a4f41db9f00

<elliott> revert
author HackBot
date Mon, 10 Dec 2012 23:42:04 +0000
parents e037173e0012
children
comparison
equal deleted inserted replaced
1025:0678a4848c86 1026:9a4f41db9f00
1 #!/bin/sh
2 topic=$(echo "$1" | tr A-Z a-z)
3 [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
4 cat "wisdom/$topic"
5