#!/bin/bash
# dwarfbind CLI wrapper
cd "$(dirname "$0")/.." || exit 1
exec uv run dwarfbind "$@"