diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 14:20:34 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 14:20:34 +0200 |
commit | 618fee7d21315fe301e49e2ef92ca7d2085aaefa (patch) | |
tree | 3fe915765de7d05083e9a51f2c277857003ce80a /scripts/utils | |
parent | 910a5c2db1bf76cc4b2967c5a5ca4b703d65e7fc (diff) | |
download | laminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.tar.gz laminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.tar.bz2 laminar-cnf-618fee7d21315fe301e49e2ef92ca7d2085aaefa.zip |
utils: Add color to echo_stage
Diffstat (limited to 'scripts/utils')
-rw-r--r-- | scripts/utils | 2 |
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 |