view bin/? @ 1493:48427dffea8d

<FreeFull> revert 4
author HackBot
date Sat, 12 Jan 2013 20:05:34 +0000
parents f6d465484eb5
children c091565553db
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"