summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-27 14:20:34 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-27 14:20:34 +0200
commit618fee7d21315fe301e49e2ef92ca7d2085aaefa (patch)
tree3fe915765de7d05083e9a51f2c277857003ce80a /scripts
parent910a5c2db1bf76cc4b2967c5a5ca4b703d65e7fc (diff)
downloadlaminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.tar.gz
laminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.tar.bz2
laminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.zip
utils: Add color to echo_stage
Diffstat (limited to 'scripts')
-rw-r--r--scripts/utils2
1 files changed, 1 insertions, 1 deletions
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