#!/bin/sh
# Build the DF-1442 trigger harness (userspace stand-in; the in-kernel path
# needs AHCI SATA hardware absent from the audit guest).
set -e
cd "$(dirname "$0")"
cc -Wall -Wextra -O2 -o harness harness.c
echo "BUILD_EXIT=$?"
ls -l harness
