#!/bin/bash
set -e
cd "$(dirname "$0")"
uv run ci/bloat.py "$@"
