Created
September 6, 2013 13:20
-
-
Save owenjones/6463699 to your computer and use it in GitHub Desktop.
Generates a coloured "raspberry pi" header for use as the message of the day.
This file contains hidden or 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
#!/bin/bash | |
echo -e "\033[0;32m | |
.~~. .~~. | |
'. \ ' ' / .'\033[0;31m | |
.~ .~~~..~. \033[0;37m _ _ \033[0;31m | |
: .~.'~'.~. : \033[0;37m ___ ___ ___ ___| |_ ___ ___ ___ _ _ ___|_|\033[0;31m | |
~ ( ) ( ) ~ \033[0;37m | _| .'|_ -| . | . | -_| _| _| | | | . | |\033[0;31m | |
( : '~'.~.'~' : ) \033[0;37m |_| |__,|___| _|___|___|_| |_| |_ | | _|_|\033[0;31m | |
~ .~ ( ) ~. ~ \033[0;37m |_| |___| |_| \033[0;31m | |
( : '~' : ) | |
'~ .~~~. ~' | |
'~' | |
\033[0m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment