Skip to content

Instantly share code, notes, and snippets.

View allthingscode's full-sized avatar

Matthew Hayes allthingscode

View GitHub Profile
@allthingscode
allthingscode / Bash Colors
Created January 28, 2011 21:32
Dumps a nicely formatted table with all bash colors
#!/bin/bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what is available. Each
# line is the color code of one foreground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#