From 618fee7d21315fe301e49e2ef92ca7d2085aaefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 14:20:34 +0200 Subject: utils: Add color to echo_stage --- scripts/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/utils') diff --git a/scripts/utils b/scripts/utils index 28add96..fd50dd8 100644 --- a/scripts/utils +++ b/scripts/utils @@ -2,7 +2,7 @@ # Simple echo wrapper for stage marking echo_stage() { - echo "========== $@ ==========" + echo -e "\033[1;34m========== $@ ==========\033[0m" } # Fetch bare git repository to WORKSPACE -- cgit v1.2.3