1 2 3 4 5 6
#!/bin/sh # DF-0777 build script set -e cd "$(dirname "$0")" cc -o readdir_leak readdir_leak.c echo "BUILD OK: readdir_leak"