Skip to content

Instantly share code, notes, and snippets.

@marcusball
Forked from piksel/raspi-motd.sh
Last active August 29, 2015 14:12
Show Gist options
  • Save marcusball/7aabc840bb6d86f81615 to your computer and use it in GitHub Desktop.
Save marcusball/7aabc840bb6d86f81615 to your computer and use it in GitHub Desktop.
#!/bin/sh
logo="\033[32m
.~~. .~~.
'. \ ' ' / .'\033[31m
.~ .~~~..~. \033[0m _ _ \033[31m
: .~.'~'.~. : \033[0m ___ ___ ___ ___| |_ ___ ___ ___ _ _ ___|_|\033[31m
~ ( ) ( ) ~ \033[0m | _| .'|_ -| . | . | -_| _| _| | | | . | |\033[31m
( : '~'.~.'~' : ) \033[0m |_| |__,|___| _|___|___|_| |_| |_ | | _|_|\033[31m
~ .~ ( ) ~. ~ \033[0m |_| |___| |_| \033[31m
( : '~' : )
'~ .~~~. ~'
'~'
\033[0m"
printf "$logo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment