#!/usr/bin/env bash
Cur_Dir=$(pwd) source venv/bin/activate
nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 &