You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
314 B
Bash
10 lines
314 B
Bash
# Usage: setenv.sh <bot-token> <ngrok url>
|
|
export CLESSY_TOKEN=$1
|
|
export CLESSY_WEBHOOK=$2/test
|
|
export CLESSY_DB_DIR=_data/db
|
|
export CLESSY_EMOJI_PATH=_data
|
|
export CLESSY_UNSPLASH_FONT=_data/gill.ttf
|
|
export CLESSY_MEME_FONT=_data/impact.ttf
|
|
export CLESSY_SNAPCHAT_FONT=_data/source.ttf
|
|
mkdir -p _data/pics
|
|
go run . |