#!/bin/bash

# cd to the directory of the script
cd "$(dirname "$0")"
uv run python ci-compile.py "$@"
