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