#!/bin/sh
# DF-2846: no compilation required — the trigger is pure sysctl reads.
exec > build.log 2>&1
echo "nothing to build: sysctl-only PoC"
exit 0
