#!/bin/bash
# Windows reproduction - delegates to PowerShell script
powershell -NoProfile -ExecutionPolicy Bypass -File "$(dirname "$0")/reproduction_steps.ps1"
