#!/bin/sh -e [ -d vendor ] && mod_vendor="-mod=vendor" exec go build -C cmd/meta4ra -ldflags=-s $mod_vendor $@ -o ../../bin/meta4ra