#!/bin/sh
# Wrapper to run probe-rs within the Nix environment via direnv
exec direnv exec "$(dirname "$0")" probe-rs "$@"
