perl-feelings - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
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://ww… | |
10 | shuf -n 1 | |
11 |