Skip to content

Instantly share code, notes, and snippets.

@efossas
Created June 30, 2022 07:08
Show Gist options
  • Save efossas/388042b8d7dffcee7e267a0ecce7b8b0 to your computer and use it in GitHub Desktop.
Save efossas/388042b8d7dffcee7e267a0ecce7b8b0 to your computer and use it in GitHub Desktop.
Colorful Log
# clog 'this is a colorful log';
clog () { echo -e "\033[0;35m PIPELOG ${1} \033[0m"; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment