globalforest/start.sh

9 lines
129 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2020-10-14 16:38:48 -04:00
HOME=$( cd "$(dirname "$0")" && pwd )
# exec inside the venv
2020-10-14 16:38:48 -04:00
source $HOME/venv/bin/activate
2020-10-14 16:38:48 -04:00
python3 $HOME/main.py