1#!/bin/bash 2 3set -euo pipefail 4 5(cd cmd/chromad ; go build -o $TMPDIR/chromad .) && exec $TMPDIR/chromad "$@"
View as plain text