view bin/? @ 1654:b015c9122200

<c00kiemon5ter> fetch http://sprunge.us/NMTf
author HackBot
date Tue, 22 Jan 2013 15:05:06 +0000
parents c091565553db
children 297d792c55c4
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"