1 2 3 4 5
#!/bin/sh # DF-2751 - build on the guest (unprivileged) set -e cc -O2 -pthread -o funsetown_race funsetown_race.c echo BUILD_OK