Skip to content

Instantly share code, notes, and snippets.

@rnarian
Created May 27, 2014 13:08
Show Gist options
  • Select an option

  • Save rnarian/74be87ddd6aa9bda2841 to your computer and use it in GitHub Desktop.

Select an option

Save rnarian/74be87ddd6aa9bda2841 to your computer and use it in GitHub Desktop.
oneliner

all the colors

for ((color = 0; color <= 255; color++)); do tput setaf "$color"; printf "$color "; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment