#!/bin/sh
# build.sh — DF-0742 trigger
cc -O2 -Wall -o trigger trigger.c
echo "BUILD_EXIT=$?"
ls -l trigger
