clessy-ng/run.sh
Hamcha 42de49b13d
Some checks failed
continuous-integration/drone/push Build is failing
Use db not files!
2022-03-25 20:06:13 +01:00

6 lines
No EOL
149 B
Bash

# Usage: setenv.sh <bot-token> <ngrok url>
export CLESSY_TOKEN=$1
export CLESSY_WEBHOOK=$2/test
export CLESSY_DB_DIR=_data/db
mkdir -p _data
go run .