#!/bin/sh BASE=$(dirname $0) cd $BASE git pull python3 -m venv env source env/bin/activate pip3 install -U -r requirements.txt python3 app.py