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