1 2 3 4 5 6
#!/bin/sh # DF-0924 — build the PoC. set -e cd "$(dirname "$0")" cc -O2 -o alloc_dos alloc_dos.c echo "built: $(ls -l alloc_dos)"