#!/bin/sh
# DF-2980 PoC build (run inside the guest)
cc -O2 -Wall -pthread -o poc poc.c
