1
0
This repository has been archived on 2021-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
todo.txt_telegram/start.sh

8 lines
170 B
Bash
Executable File

#!/usr/bin/env bash
source config
# source env if not in docker container
[[ `grep 'docker' /proc/self/cgroup` ]] && source env/bin/activate
python src/bot.py "$TOKEN"