1 2 3 4 5 6
#!/bin/sh # DF-0362 build script set -e cd "$(dirname "$0")" cc -o poc poc.c echo "DF-0362 build OK: $(ls -l poc)"