#!/bin/sh
# DF-0005 PoC build script (run on the DragonFlyBSD guest as the unprivileged user).
# Build:  ./build.sh
set -e
cd "$(dirname "$0")"
cc -Wall -o tiocsti tiocsti.c
echo "built: tiocsti"
ls -l tiocsti
