#!/bin/sh
# DF-0021 PoC build script — builds the kernel module in-guest.
# Run as root on the DragonFlyBSD guest.
set -e
cd "$(dirname "$0")"
make
echo "Build complete: poc_shift.ko"
