#!/usr/bin/env bash
set -Eeuo pipefail

exec python3 \
  /opt/router-ops/state/local-plans/vm101-hmn-autonomous-egress-recovery/set_status.py \
  "$@"
