#!/bin/sh
# DF-3012 build (in guest)
cc -O -o /tmp/op3012 /tmp/op3012.c -Wall &&
cc -O -o /tmp/probe /tmp/probe.c -Wall &&
echo BUILD-OK
