#!/usr/bin/env sh source "./.env" env FLASK_APP=server.py python -m flask run --host="$BIND_HOST" --port="$BIND_PORT"