#!/usr/bin/env bash
# Fleet dashboard refresher — run on cron every 30m
cd /root/.hermes/profiles/fleet
python3 dashboard.py
# optionally serve: python3 -m http.server 9090 --directory /root/.hermes/profiles/fleet
