1 2 3 4 5 6
#!/bin/sh # DF-0818 build: compile the unprivileged bulkfree ioctl exerciser. set -e cd "$(dirname "$0")" cc -o poc poc.c -I/usr/src/sys echo "build OK: $(ls -l poc)"