Created
August 11, 2013 23:33
-
-
Save 0i0/6207384 to your computer and use it in GitHub Desktop.
Ahoy greeting
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 "\x1b[36m ______ __ __ ______ __ __ __ " | |
echo -e "\x1b[32m/\x1b[36m\ __ \ \x1b[32m /\x1b[36m\ \_\ \ \x1b[32m /\x1b[36m\ __ \ \x1b[32m /\x1b[36m\ \_\ \ \x1b[32m /\x1b[36m\ \ " | |
echo -e "\x1b[32m\ \x1b[36m\ __ \ \x1b[32m \ \x1b[36m\ __ \ \x1b[32m \ \x1b[36m\ \\\\\x1b[32m/\x1b[36m\ \ \x1b[32m \ \x1b[36m\____ \ \x1b[32m \ \x1b[36m\_\ " | |
echo -e "\x1b[32m \ \x1b[36m\_\ \_\ \x1b[32m \ \x1b[36m\_\ \_\ \x1b[32m \ \x1b[36m\_____\ \x1b[32m \/\x1b[36m\_____\ \x1b[32m \/\x1b[36m\_\ " | |
echo -e "\x1b[32m \/_/\/_/ \/_/\/_/ \/_____/ \/_____/ \/_/ " | |
echo -e "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment