Last active
July 18, 2022 23:28
-
-
Save davaymne/1361bc2ea24a9f5b8ab7585691e388e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e '\e[40m\e[92m' | |
echo -e ' ' | |
echo -e '██████╗ █████╗ ██╗ ██╗ █████╗ ██╗ ██╗███╗ ███╗███╗ ██╗███████╗' | |
echo -e '██╔══██╗██╔══██╗██║ ██║██╔══██╗╚██╗ ██╔╝████╗ ████║████╗ ██║██╔════╝' | |
echo -e '██║ ██║███████║██║ ██║███████║ ╚████╔╝ ██╔████╔██║██╔██╗ ██║█████╗ ' | |
echo -e '██║ ██║██╔══██║╚██╗ ██╔╝██╔══██║ ╚██╔╝ ██║╚██╔╝██║██║╚██╗██║██╔══╝ ' | |
echo -e '██████╔╝██║ ██║ ╚████╔╝ ██║ ██║ ██║ ██║ ╚═╝ ██║██║ ╚████║███████╗' | |
echo -e '╚═════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝' | |
echo -e ' ' | |
echo -e '\e[0m' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment