#!/bin/sh
# DF-2575 build — no compilation needed (pure shell PoC).
# This script exists for the reproduce panel; it just confirms the sources are present.
echo "DF-2575: shell-based PoC, no compilation step."
echo "Files:"
ls -la /root/poc/DF-2575/ 2>&1
echo "build: OK"
