Onix Version 0.2 - migrate from beckn-utilities
This commit is contained in:
27
install/scripts/banner.sh
Executable file
27
install/scripts/banner.sh
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
source $SCRIPT_DIR/variables.sh
|
||||
|
||||
# Define the text to print in the banner
|
||||
text="
|
||||
###### ####### ##### # # # #
|
||||
# # # # # # # ## #
|
||||
# # # # # # # # #
|
||||
###### ##### # ### # # #
|
||||
# # # # # # # # #
|
||||
# # # # # # # # ##
|
||||
###### ####### ##### # # # #
|
||||
"
|
||||
|
||||
text2="
|
||||
######## ######## ###### ## ## ## ##
|
||||
## ## ## ## ## ## ## ### ##
|
||||
## ## ## ## ## ## #### ##
|
||||
######## ###### ## ##### ## ## ##
|
||||
## ## ## ## ## ## ## ####
|
||||
## ## ## ## ## ## ## ## ###
|
||||
######## ######## ###### ## ## ## ##
|
||||
"
|
||||
# Clear the terminal screen
|
||||
clear
|
||||
echo "${GREEN}$text2${NC}"
|
||||
Reference in New Issue
Block a user