pick-lipstick-color - 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
---
pick-lipstick-color (156B)
---
1 #!/bin/sh
2
3 if [ -z "${ANNNA_MODBASE}" ];
4 then
5 printf "Please set ANNNA_MODBASE.\n" >&2
6 exit 1
7 fi
8
9 shuf -n 1 "${ANNNA_MODBASE}/snout/lipstick-colors.txt"
10