#!/usr/bin/env bash
# ADR-049 $PATH shim — dispatches to the canonical update-problem-rfcs-section script.
exec "$(dirname "$0")/../scripts/update-problem-rfcs-section.sh" "$@"
