#!/bin/bash cd "$(dirname "$0")" source venv/bin/activate flask run --debug & firefox -kiosk http://localhost:5000 killall flask