DragonFlyBSD Kernel Audit
DF-1332 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Build trigger.c using guest gcc (cc).
set -e
cc -O2 -Wall -o trigger trigger.c
echo "BUILD_EXIT=0"
ls -l trigger