Skip to content

Instantly share code, notes, and snippets.

@bmritz
Last active December 23, 2025 16:32
Show Gist options
  • Select an option

  • Save bmritz/fc0c8203728a2ed105f95a753213aa09 to your computer and use it in GitHub Desktop.

Select an option

Save bmritz/fc0c8203728a2ed105f95a753213aa09 to your computer and use it in GitHub Desktop.
REQUIRED := docker gcloud
$(foreach bin,$(REQUIRED),\
$(if $(shell command -v $(bin) 2> /dev/null),,$(error Please install `$(bin)`)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment