#!/bin/sh
# DF-2983 PoC build (run inside the DF guest as an unprivileged user)
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o df2983 df2983.c
echo "build OK: $(ls -l df2983)"
