#!/bin/sh test -d build || mkdir -p build GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o build/netbox-dns-updater