Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created October 26, 2010 06:42
Show Gist options
  • Save torgeir/646436 to your computer and use it in GitHub Desktop.
Save torgeir/646436 to your computer and use it in GitHub Desktop.
bash colors
for i in $(seq 1 10); do echo -n $(tput setaf ${i}) ${i}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment