Skip to content

Instantly share code, notes, and snippets.

@sasairc
Created November 28, 2014 09:48
Show Gist options
  • Save sasairc/0ef00f03bffc6610202f to your computer and use it in GitHub Desktop.
Save sasairc/0ef00f03bffc6610202f to your computer and use it in GitHub Desktop.
#!/bin/bash
FG="\033[38;1;37m"
BG="\033[48;05;88m"
FGSEP="\033[38;05;16m"
BGSEP="\033[48;05;88m"
CLS="\033[m"
echo -e "${FG}${BG}\
d\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
i\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
g\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
i\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
t\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
a\
${FGSEP}${BGSEP}\
|\
${FG}${BG}\
l\
${CLS}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment