random-meme - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
random-meme (117B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 hashtagfile="/home/annna/bin/modules/hashtags/hashtags.txt" | |
4 | |
5 shuf -n 1 "${hashtagfile}" | cut -d' ' -f 2 | |
6 |