#!/bin/bash

set -euo pipefail

go build -C cmd/chromad -o $TMPDIR/chromad . && exec $TMPDIR/chromad "$@"
