2025-11-05 22:17:50 +03:00

6 lines
74 B
Bash
Executable File

#!/bin/sh
set -eu
#shellcheck disable=SC2068
go build $@ -o ./bin/ ./...