post-mortem - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR 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