#!/usr/bin/env bash set -euo pipefail echo "Building..." go build -o zet main.go echo "Done."