DragonFlyBSD Kernel Audit
DF-0696 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0696 run: race the ng_etf disconnect vs send path as root.
cd "$(dirname "$0")"
sh ./race.sh "$@"
echo "RUN_EXIT=$?"