1 2 3 4 5 6 7
#!/bin/sh # DF-3009 build.sh - compile the PoC pieces in the guest (run as root) set -e cd /root/df3009 cc -O2 -Wall -o fakesrv fakesrv.c 2>&1 echo BUILD_OK ls -l fakesrv