#!/bin/sh
# DF-0827 PoC: build the FAT12 image crafter
set -e
cd "$(dirname "$0")"
cc -o craftfat craftfat.c
echo "BUILD_EXIT=$?"
ls -l craftfat
