#!/bin/sh
# DF-0010 PoC build.
set -e
cd "$(dirname "$0")"
cc -o leak_cmsgcred leak_cmsgcred.c
echo "built leak_cmsgcred"
