Eriks Karls 3e3071b185 tweaks
2020-01-02 13:22:26 +02:00

9 lines
172 B
Bash

#!/bin/bash
source venv/bin/activate
echo "Checking queries..."
python -m unittest
echo "Starting Discord bot..."
python discord_bot.py &
sleep 10
disown -h %1
echo "Done!"