#!/bin/sh
# DF-1397 build: harness (userspace) + note live repro needs root (live_repro.sh)
set -e
cc -O2 -o vinum_overflow vinum_overflow.c
echo "built vinum_overflow (harness). Live repro: sh live_repro.sh (root)"
