perl-feelings - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
perl-feelings (270B)
---
1 #!/bin/sh
2 #
3 # See: https://www.mcmillen.dev/sigbovik/
4 #
5
6 curl -s https://www.mcmillen.dev/sigbovik/splatters.html \
7 | grep "^<div>" \
8 | grep -v "Not valid" \
9 | sed 's,<div>\([^<]*\)<br><a href="\([^"]*\)".*,\1 = https://www.mcmillen.dev/sigbovik/\2,' \
10 | shuf -n 1
11