1 2 3 4 5
#!/bin/sh set -e cd "$(dirname "$0")" cc -O2 -Wall -o mfi_ioctl_overflow mfi_ioctl_overflow.c echo "built mfi_ioctl_overflow"