1 2 3 4 5
#!/bin/sh # build.sh - compile the DF-* device-mapper ioctl PoC set -e cc -o dm_poc dm_poc.c echo "BUILD_OK: dm_poc"