#!/bin/sh
# run as an unprivileged user on a DragonFly guest with accf_http.ko loaded
gcc -O2 -pipe -o race_attach race_attach.c -lpthread
