28 lines
1.2 KiB
Bash
28 lines
1.2 KiB
Bash
#!/bin/bash
|
|
clear
|
|
|
|
cat <<EOF
|
|
########################################################################
|
|
|
|
# #
|
|
## ##
|
|
###### ######## ### ## ######## ### ## ####### ### ####### ### ##
|
|
### #### ## ### ### ## ## ### ## #### ##
|
|
### ####### ####### ### ### ## ###### ### ## ## #######
|
|
### ### ### ### ### ### ## ## ## ### ## ## ### ###
|
|
###### ####### ### ## ### ##### ## ## ### ##### ### ##
|
|
# #
|
|
|
|
########################################################################
|
|
EOF
|
|
|
|
echo ""
|
|
echo -e "\e[97m (c) Marc Weidner, 2018 - 2024 \e[0m"
|
|
echo -e "\e[97m (p) Centurion Press, 2024 \e[0m"
|
|
echo -e "\e[97m Centurion Intelligence Consulting Agency (tm) \e[0m"
|
|
echo -e "\e[97m https://coresecret.eu/ \e[0m"
|
|
echo -e "\e[95m Please consider making a donation: \e[0m"
|
|
echo -e "\e[95m https://coresecret.eu/spenden/ \e[0m"
|
|
echo ""
|
|
echo -e "\e[92m All done! Close shell with ENTER. \e[0m"
|
|
read |