1 2 3 4 5 6
#!/bin/sh # DF-0136 build set -e cd "$(dirname "$0")" cc -o leak_check leak_check.c echo "BUILD_OK: leak_check"