#!/usr/bin/env bash set -euo pipefail CGO_ENABLED=0 go build -ldflags='-s -w -extldflags "-static"' -o pcli . echo "Built: pcli" file pcli