#!/bin/sh
# DF-0680 trigger build
set -e
cd "$(dirname "$0")"
cc -Wall -o trigger trigger.c
ls -l trigger
