Created
April 25, 2017 18:35
-
-
Save goldsamantha/24a2980aebb37f642454296602c72696 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
ESC_SEQ="\x1b[38;5;" | |
COL_01=$ESC_SEQ"160;01m" | |
COL_02=$ESC_SEQ"196;01m" | |
COL_03=$ESC_SEQ"202;01m" | |
COL_04=$ESC_SEQ"208;01m" | |
COL_05=$ESC_SEQ"214;01m" | |
COL_06=$ESC_SEQ"220;01m" | |
COL_07=$ESC_SEQ"226;01m" | |
COL_08=$ESC_SEQ"190;01m" | |
COL_09=$ESC_SEQ"154;01m" | |
COL_10=$ESC_SEQ"118;01m" | |
COL_11=$ESC_SEQ"046;01m" | |
COL_12=$ESC_SEQ"047;01m" | |
COL_13=$ESC_SEQ"048;01m" | |
COL_14=$ESC_SEQ"049;01m" | |
COL_15=$ESC_SEQ"051;01m" | |
COL_16=$ESC_SEQ"039;01m" | |
COL_17=$ESC_SEQ"027;01m" | |
COL_18=$ESC_SEQ"021;01m" | |
COL_19=$ESC_SEQ"021;01m" | |
COL_20=$ESC_SEQ"057;01m" | |
COL_21=$ESC_SEQ"093;01m" | |
echo -e "$COL_01 888 d8b " | |
echo -e "$COL_01 888 Y8P " | |
echo -e "$COL_02 888 " | |
echo -e "$COL_03 88888b. 888888 888 8888b. " | |
echo -e "$COL_03 888 *88b888888 888 *88b " | |
echo -e "$COL_04 888 888888888 888.d888888 " | |
echo -e "$COL_05 888 888888Y88b 888888 888 " | |
echo -e "$COL_05 888 888888 *Y88888*Y888888 " | |
echo -e "$COL_06 888 " | |
echo -e "$COL_07 Y8b d88P " | |
echo -e "$COL_08 *Y88P* " | |
echo -e "$COL_08 888 888 " | |
echo -e "$COL_09 888 888 " | |
echo -e "$COL_10 888 888 " | |
echo -e "$COL_10 .d88b. .d88b. 888 .d88888.d8888b 8888b. 88888b.d88b. " | |
echo -e "$COL_11 d88P*88bd88**88b888d88* 88888K *88b888 *888 *88b " | |
echo -e "$COL_12 888 888888 888888888 888*Y8888b..d888888888 888 888 " | |
echo -e "$COL_12 Y88b 888Y88..88P888Y88b 888 X88888 888888 888 888 " | |
echo -e "$COL_13 *Y88888 *Y88P* 888 *Y88888 88888P'*Y888888888 888 888 " | |
echo -e "$COL_14 888 " | |
echo -e "$COL_14 Y8b d88P " | |
echo -e "$COL_15 *Y88P* " | |
echo -e "$COL_16 " | |
tput sgr0 # Reset colors to "normal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment