#!/bin/sh
# DF-3048 build: craft the trigger image (host with mke2fs+python3) and
# build the vn attach tool (guest).  Exact commands used:
set -e
# host:
#   python3 craft.py df3048.img
# guest:
cc -O2 -o /root/vntool /root/vntool.c
echo BUILD-OK
