Raspibolt logo when reaching terminal when exiting menu

The ASCII above is height=70
Just got the raspibolt logo https://stadicus.github.io/RaspiBolt/ and used this https://asciigenerator.net/. I would recommend just changing the height between 50-70.
This fits on the screen that I tested that is smaller than normal ones, but maybe you want smaller. The smallest I recommend is 50.
Useful --> No
Cool --> Yes
Should be implemented --> Maybe, tell me your thoughts

Also, I wanted to do this when sshing modifying `/etc/motd`, but maybe a smaller one like this:
```
                     _ _     _ _ _       
 _ __ __ _ ___ _ __ (_) |__ | (_) |_ ____
| '__/ _` / __| '_ \| | '_ \| | | __|_  /
| | | (_| \__ \ |_) | | |_) | | | |_ / / 
|_|  \__,_|___/ .__/|_|_.__/|_|_|\__/___|
              |_| 
```
This commit is contained in:
nyxnor 2021-05-02 23:30:25 +00:00 committed by GitHub
parent be19c565cb
commit 73c1c9ef69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -357,6 +357,36 @@ case $CHOICE in
echo "LND command line options: lncli -h"
echo "Back to main menu use command: raspiblitz"
echo
echo " -==@@@====@===-- --===@====@@@==- "
echo " -@@=====-----=-===@@=====@@=====-----=====@@- -==@- "
echo " -@@------==---------@@@@@=--------==------@@- --=@@@@= "
echo " @@=------======-----@@@-----======------=@@=@@===@@= "
echo " =@@=---------=======@@@=======-----===@@@==- =@@- "
echo " -=@@==@@=----------=@@@@@@@@@=----==@@@==-- -=@@- "
echo " -@@@=----=@@===--====@@@@@@@@@@@@@@@@=-- -=@@@@= "
echo " =@@=--------@@@@@@@@@@@@@@@@@@@@@=-- -@@=---=@@- "
echo " -@@=-------=@@@=====@@@@@@@@@@=-- =@@=-------@@@ "
echo " =@@=-------=@@====@@@@@@@@==- -=@@@@=--------=@@- "
echo " =@@---------@@==@@@@@@==- -=@@@=@@@---------=@@ "
echo " -@@=--------=@@@@@@=- -@@@@@@@@@@=---------=@@ "
echo " @@=-------@@@@@@@@@=- =@@@===@@@@=@@@@--------@@- "
echo " -@@=------@@====@@@=@@@=- -=@@@======@@====@@@-------=@@ "
echo " -@@------@@@====@@@====@@@=- =@@@======@@@=====@@=------=@@ "
echo " -@@------=@@====@@@@@=====@@@=- -=@@@=@@@@@@===@@@=------=@@ "
echo " -@@-------@@@=@@@@@@@@@@@@@@@=- -=@@@@@@@@=@@@=-------=@@ "
echo " @@=-------=@@@@@@@@@@@@@@@= -=@@@=@@@@=--------@@= "
echo " -@@--------=@@======@@@@- -=@@@@@@=--------=@@ "
echo " =@@--------@@@===@@@=- --=@@@@@@=@@@--------=@@- "
echo " =@@--------@@@@@@=- -==@@@@@=====@@@--------=@@- "
echo " =@@=-------@@@= -==@@@@@@@=====@@@@=--------=@@- "
echo " -@@=----=@@- -==@@@@@@@@@@@@@@@@@==---------=@@= "
echo " =@@==@@- -==@@@@@=========@@@@@=-----------=@@@- "
echo " -@@=- --=@@@==-=@@@@@@@@@@@@@=-------------=@@=- "
echo " -@@= --=@@@==----------=======-------------==@@@= "
echo " -@@=-==@==-=@@@===------------------------==@@@@= "
echo " =@@@@==- -==@@@@@======----======@@@@@=-- "
echo " =@@=-- --===@@@@@@@@@@@===-- "
echo
exit 0
esac