start.sh 136 Bytes
Newer Older
wanliofficial's avatar
wanliofficial committed
1 2
#!/usr/bin/env bash

wanli's avatar
wanli committed
3 4 5
Cur_Dir=$(pwd)

source venv/bin/activate
wanliofficial's avatar
wanliofficial committed
6
nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 &