1 2 3 4 5
#!/bin/sh # DF findings DF-0529: 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-0529"