Skip to content

Instantly share code, notes, and snippets.

@kgantsov
Created March 28, 2018 11:24
Show Gist options
  • Select an option

  • Save kgantsov/dba4b402a1bed75ed12659424fe99700 to your computer and use it in GitHub Desktop.

Select an option

Save kgantsov/dba4b402a1bed75ed12659424fe99700 to your computer and use it in GitHub Desktop.
# https://misc.flogisoft.com/bash/tip_colors_and_formatting
for (( i = 30; i < 38; i++ )); do echo -e "\033[0;"$i"m Normal: (0;$i); \033[1;"$i"m Light: (1;$i)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment