1#!/bin/sh 2set -eu 3cd -- "$(dirname "$0")/.." 4. ./ci/sub/lib.sh 5 6sh_c go build --tags=dev -o=bin/d2 . 7sh_c ./bin/d2 "$@"
View as plain text