1 2 3 4
#!/bin/sh cd "$(dirname "$0")" || exit 1 cc -O2 -o harness harness.c "$@" echo "BUILD_EXIT=$?"