d2/ci/dev.sh
2022-12-01 09:24:48 -08:00

7 lines
120 B
Bash
Executable file

#!/bin/sh
set -eu
cd -- "$(dirname "$0")/.."
. ./ci/sub/lib.sh
sh_c go build --tags=dev -o=bin/d2 .
sh_c ./bin/d2 "$@"