Last active
August 29, 2015 14:04
-
-
Save tomhennigan/28026171c89d2fd3ec69 to your computer and use it in GitHub Desktop.
Mesos logo Unicode art
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 " ╱┃┃╲ " | |
echo "$(tput setaf 6) ╱┃┃╲$(tput sgr0)╲┃┃╱$(tput setaf 6)╱┃┃╲$(tput sgr0) $(hostname)" | |
echo "$(tput setaf 6)┃╲╲┃┃╱╱┃┃╲╲┃┃╱╱┃$(tput sgr0) " | |
echo "$(tput setaf 6)┃╱╱┃$(tput sgr0)┃╲$(tput setaf 6)╲┃┃╱$(tput sgr0)╱┃$(tput setaf 6)┃╲╲┃$(tput sgr0) Mesos: http://1.2.3.4:1234/" | |
echo "$(tput setaf 6)┃╲╲┃$(tput sgr0)┃╱╱┃┃╲╲┃$(tput setaf 6)┃╱╱┃$(tput sgr0) Marathon: http://1.2.3.4:1234/" | |
echo "$(tput setaf 6)┃╱╱┃$(tput sgr0)┃╲╲┃┃╱╱┃$(tput setaf 6)┃╲╲┃$(tput sgr0) Chronos: http://1.2.3.4:1234/" | |
echo "$(tput setaf 6) ╲┃$(tput sgr0)┃╱╱┃┃╲╲┃$(tput setaf 6)┃╱$(tput sgr0) " | |
echo " ╲┃┃╱ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment