DragonFlyBSD Kernel Audit
DF-0861 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0861 run: execute the deterministic harness.
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"