initial working state

This commit is contained in:
Ville Rantanen
2018-12-02 23:11:32 +02:00
commit 083915e69a
23 changed files with 837 additions and 0 deletions

4
manager Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd $( dirname "$0" )
. virtualenv/bin/activate
python3 ./abot.py "$@"