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
Raw Normal View History

2021-03-19 14:32:40 +00:00
#!/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"