Skip to content

Instantly share code, notes, and snippets.

View jnsgruk's full-sized avatar
🚀

Jon Seager jnsgruk

🚀
View GitHub Profile
@jnsgruk
jnsgruk / signature-profile.txt
Created December 1, 2022 10:11
Keyoxide Signature Profile
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This is a personal signature profile for Jon Seager.
You can find Jon at https://jnsgr.uk.
Verify this profile at https://keyoxide.org/sig.
proof=https://hachyderm.io/@jnsgruk
@paulomach
paulomach / Makefile.md
Last active February 21, 2023 17:13
Makefile for k8s/vm charms

There's some mysql specifics, but it's mostly generic

help: ## show help message
	@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n  make \033[36m\033[0m\n"} /^[$$()% a-zA-Z_-]+:.*?##/ { printf "  \033[36m%-25s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

SHELL    := /bin/bash
unit     := 0
app      := $(shell yq '.name' metadata.yaml)
scale    := 3