DragonFlyBSD Kernel Audit
DF-2215 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
cd "$(dirname "$0")"
cc -O2 -o poc poc.c -lprop
echo "BUILD_EXIT=$?"
ls -l poc