#!/bin/sh
# DF-0940 build: compile the trigger as the unprivileged user.
set -e
cd "$(dirname "$0")"
cc -O0 -o trig trig.c
echo "BUILD_OK: trig"
