1 2 3 4 5 6 7
#!/bin/sh # DF-0079 build script. Run as the unprivileged user on the DragonFly guest. # cc -o df0079 df0079.c set -e cd "$(dirname "$0")" cc -o df0079 df0079.c echo "BUILD_OK: $(ls -l df0079)"