#!/bin/sh
# Build the KLD harness on the guest (needs /usr/src and cc).
# scp poc_dfscanf.c Makefile to /root/dfscanf/ first (see README.md).
cd /root/dfscanf && make
