#!/bin/sh
# DF findings DF-0522: netgraph-triggered bug; the "build" is just the shell
# trigger script (no C compilation needed).  Mark it executable.
chmod +x trigger.sh 2>/dev/null || true
echo "trigger.sh ready for DF-0522"
