#!/bin/sh
# DF-0941 build script. The PoC is a shell script (no compilation needed).
# This installs nothing; it just confirms the trigger source is present.
set -e
echo "[*] DF-0941 PoC is a pure shell script (poc.sh); no compilation required."
echo "[*] poc.sh present:"; ls -l poc.sh
echo "[+] build ok"
