1 2 3 4 5 6
#!/bin/sh # DF-2929 build (run inside guest as unprivileged user) set -ex cd /tmp cc -O2 -Wall -pthread -o df2929 df2929.c ls -l df2929