Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created January 25, 2012 00:18
Show Gist options
  • Select an option

  • Save juanpabloaj/1673727 to your computer and use it in GitHub Desktop.

Select an option

Save juanpabloaj/1673727 to your computer and use it in GitHub Desktop.

Revisions

  1. juanpabloaj created this gist Jan 25, 2012.
    5 changes: 5 additions & 0 deletions 256colors.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # 256 terminal colors
    # http://superuser.com/q/285381
    for i in {0..255} ; do
    printf "\x1b[38;5;${i}mcolour${i}\n"
    done