#!/bin/sh
# DF-0887 run — runs the full reproduction in the guest as root.
# Usage: vm.sh run_root 'sh /root/run.sh'
# Captures the panic on the serial console (dfbsd-qemu/boot.log).
cd "$(dirname "$0")"
sh ./reproduce.sh
