Skip to content

Instantly share code, notes, and snippets.

@olavmrk
Created July 8, 2014 08:11
Show Gist options
  • Save olavmrk/61557159cbc01feeb5ff to your computer and use it in GitHub Desktop.
Save olavmrk/61557159cbc01feeb5ff to your computer and use it in GitHub Desktop.
Show terminal colors
#!/bin/bash
for ((C=0;C<=7;C++)) do echo -e "\e[0;$((30+C))mcolor$C\e[0m \e[1;$((30+C))mcolor$((C+8))\e[0m"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment