refactor(sources/functions.sh): add clear command in banner function
This commit is contained in:
parent
f756ca2991
commit
debf81e5a9
5 changed files with 28 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ C_INVERSE="\e[7m"
|
|||
C_RESET="\e[0m"
|
||||
|
||||
function banner() {
|
||||
clear
|
||||
figlet -w 200 ${1} | lolcat
|
||||
echo -e "Created by ${CREATOR_NAME}\n"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue