annotate bin/? @ 1688:0d68b046f554

<oerjan> addquote <Sgeo> I searched for newspeak sgeo <Sgeo> "Did you mean: newspeak good "
author HackBot
date Thu, 24 Jan 2013 09:43:00 +0000
parents c091565553db
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