Skip to content

Instantly share code, notes, and snippets.

@meskarune
Created March 1, 2019 20:49
Show Gist options
  • Save meskarune/a710ed06ea031dcec76136e06e1f3497 to your computer and use it in GitHub Desktop.
Save meskarune/a710ed06ea031dcec76136e06e1f3497 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo " $(tput setaf 7)█$(tput bold)█ $(tput sgr0)White"
echo " $(tput setaf 0)█$(tput bold)█ $(tput sgr0)Black"
echo " $(tput setaf 1)█$(tput bold)█ $(tput sgr0)Red"
echo " $(tput setaf 2)█$(tput bold)█ $(tput sgr0)Green"
echo " $(tput setaf 3)█$(tput bold)█ $(tput sgr0)Yellow"
echo " $(tput setaf 4)█$(tput bold)█ $(tput sgr0)Blue"
echo " $(tput setaf 5)█$(tput bold)█ $(tput sgr0)Magenta"
echo " $(tput setaf 6)█$(tput bold)█ $(tput sgr0)Cyan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment