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