1 2 3 4 5 6
#!/bin/sh # DF-DF-1192 harness build (userspace replica of the kernel parsing routine) set -e cd "$(dirname "$0")" cc -O2 -Wall -o harness harness.c echo "built ./harness"