From cfadeea1acb9a52a568ca13807d561a1c4ce0bb6 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 24 Jun 2019 12:38:31 +0200 Subject: [PATCH] Fix Printing of Banner --- .dev-tools/test-blocker.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.dev-tools/test-blocker.sh b/.dev-tools/test-blocker.sh index 00f0e6c45..feb879a50 100755 --- a/.dev-tools/test-blocker.sh +++ b/.dev-tools/test-blocker.sh @@ -438,7 +438,21 @@ echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build" printf "\n" ${bold}${yellow} -${banner} + cat << "EOF" + +############################################################################## +# _ __ _ # +# / |/ /__ _(_)__ __ __ # +# / / _ `/ / _ \\ \ / # +# /_/|_/\_, /_/_//_/_\_\ # +# __/___/ __ ___ __ ___ __ __ # +# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ # +# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ # +# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ # +# # +############################################################################## + +EOF ${defaultcolor} # **********************