#!/bin/sh set -e here=$(dirname $0) . $here/.venv/bin/activate cd $here/src exec python server.py