Skip to content

Instantly share code, notes, and snippets.

@owenjones
Created September 6, 2013 13:20
Show Gist options
  • Save owenjones/6463699 to your computer and use it in GitHub Desktop.
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.
#!/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