From 63006e84f015b9470f446b2a13d2509574215b35 Mon Sep 17 00:00:00 2001 From: QRX53 <69993408+QRX53@users.noreply.github.com> Date: Thu, 17 Nov 2022 23:00:31 -0700 Subject: [PATCH] Update Util.java --- src/main/java/qlang/core/lang/Util.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/qlang/core/lang/Util.java b/src/main/java/qlang/core/lang/Util.java index 595067bf..f2b98d25 100644 --- a/src/main/java/qlang/core/lang/Util.java +++ b/src/main/java/qlang/core/lang/Util.java @@ -343,12 +343,12 @@ public long getCharCount() throws IOException { ALIASQ='alias q' clear ; # set color to green - echo -e "\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n${GREEN}" + echo "\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n${GREEN}" - echo -e "Beginning install process. This will take a while, and will require sudo access. Please allow up to 5 minutes" + echo "Beginning install process. This will take a while, and will require sudo access. Please allow up to 5 minutes" # leave green coloration. - echo -e "${NC}" + echo "${NC}" sleep 7 ; @@ -397,15 +397,15 @@ public long getCharCount() throws IOException { clear ; # set color to green - echo -e "${GREEN}" + echo "${GREEN}" # create ansi 'success' text figlet "Success!" # leave green coloration. - echo -e "${NC}" + echo "${NC}" - echo -e "Run 'q -v' to verify installation" + echo "Run 'q -v' to verify installation" # simple as.