Skip to content

Commit

Permalink
Update Util.java
Browse files Browse the repository at this point in the history
  • Loading branch information
44million committed Nov 18, 2022
1 parent ec6cb31 commit 63006e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/qlang/core/lang/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 63006e8

Please sign in to comment.