#!/bin/sh
# Build the DF-0785 escalation chain (run on the guest as maxx, or root then chown).
set -e
cd "$(dirname "$0")"
cc -O2 -fno-stack-protector -fcf-protection=none -o chain chain.c
echo "built ./chain"
