#!/bin/bash # Start the dashboard server cd "$(dirname "$0")" source venv/bin/activate python3 app.py