post-mortem - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
post-mortem (200B) | |
--- | |
1 #!/bin/sh | |
2 # | |
3 # Remember to check out the git content now and then. | |
4 # | |
5 | |
6 dbfile="/home/annna/bin/modules/post-mortems/post-mortems/README.md" | |
7 | |
8 cat $dbfile \ | |
9 | grep '^\[' \ | |
10 | grep ')\. ' \ | |
11 | shuf -n 1 | |
12 |