Skip to content

Instantly share code, notes, and snippets.

@sasairc
Created November 28, 2014 10:12
Show Gist options
  • Save sasairc/8b866d349ea8937de61e to your computer and use it in GitHub Desktop.
Save sasairc/8b866d349ea8937de61e to your computer and use it in GitHub Desktop.
#!/bin/bash
FG="\033[38;05;21m"
CLS="\033[0m"
echo -e "${FG}\
■■■■■ ■■■■■■■■ ■■■■■ ■■■■■\n\
■■■■■ ■■■■■■■■■■ ■■■■■■ ■■■■■■\n\
■■■ ■■■ ■■■ ■■■■■■ ■■■■■■\n\
■■■ ■■■■■■■■ ■■■■■■■ ■■■■■■■\n\
■■■ ■■■■■■■■ ■■■ ■■■■■■■ ■■■\n\
■■■ ■■■ ■■■ ■■■ ■■■■■ ■■■\n\
■■■■■ ■■■■■■■■■■ ■■■■ ■■■ ■■■■\n\
■■■■■ ■■■■■■■■ ■■■■ ■ ■■■■${CLS}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment