#!/usr/bin/env bash
# Wrapper to run the full reproduction from bundle/repro
set -euo pipefail
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
"$SCRIPT_DIR/repro/reproduction_steps.sh"
