Skip to content

Instantly share code, notes, and snippets.

@acrnogor
Created June 3, 2024 08:56
Show Gist options
  • Save acrnogor/dcf3a08fea59f48d1aa6ed6e9313d32b to your computer and use it in GitHub Desktop.
Save acrnogor/dcf3a08fea59f48d1aa6ed6e9313d32b to your computer and use it in GitHub Desktop.
Makefile: Coloring output example
colors:
@echo " $$(tput setaf 3)combo 1(tput setaf 7) then white on black"
@echo " $$(tput setaf 4)db-reset$$(tput setaf 7) hello"
@echo " $$(tput setaf 6)nginx-enter$$(tput setaf 7) and white on black"
@echo " $$(tput setaf 2)$$(tput setab 4)nginx-logs$$(tput setaf 7) then this"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment