annotate bin/? @ 1497:c091565553db

<elliott> revert 1492
author HackBot
date Sat, 12 Jan 2013 20:07:53 +0000
parents 48427dffea8d
children 297d792c55c4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 #!/bin/sh
1497
c091565553db <elliott> revert 1492
HackBot
parents: 1493
diff changeset
2 topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
3 [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
e037173e0012 Initial import.
HackBot
parents:
diff changeset
4 cat "wisdom/$topic"
e037173e0012 Initial import.
HackBot
parents:
diff changeset
5