#!/bin/sh
# DF-0713 build script — no compilation needed (shell-only PoC trigger)
# The PoC is trigger.sh (a shell script that checks reachability).
echo "DF-0713: shell-only PoC, no compilation step."
echo "Trigger: ./run.sh  (which calls trigger.sh on the guest)"
chmod +x trigger.sh 2>/dev/null || true
echo "BUILD_EXIT=0"
