halloween - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
halloween (364B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 export PATH="/home/annna/bin:$PATH" | |
4 halloweenbase="/home/annna/bin/modules/halloween" | |
5 hchar="$(shuf -n 1 $halloweenbase/character.txt)" | |
6 hmood="$(shuf -n 1 $halloweenbase/mood.txt)" | |
7 hdo="$(printf "trick\ntreat\n" | shuf -n 1)" | |
8 | |
9 gpt "You are going to scare ${hdo} the user on Halloween in the style of… | |
10 |