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