Skip to content

Instantly share code, notes, and snippets.

@monolithed
Last active July 24, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monolithed/e2169042b9989a740e6ff93068993934 to your computer and use it in GitHub Desktop.
Save monolithed/e2169042b9989a740e6ff93068993934 to your computer and use it in GitHub Desktop.
Colors
printf '\e[%sm▒' {30..37} 0; echo ### foreground
printf '\e[%sm ' {40..47} 0; echo ### background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment