#!/usr/bin/env bash set -e echo "Running SwarmMetrics tests..." python3 test_swarmmetrics.py echo "Running demo..." python3 swarmmetrics.py echo "All checks passed."