Skip to content

Instantly share code, notes, and snippets.

@Evolution0
Created October 7, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evolution0/ddbabebce272fae04037 to your computer and use it in GitHub Desktop.
Save Evolution0/ddbabebce272fae04037 to your computer and use it in GitHub Desktop.
Batch => Bash COLOR function test gist
function color() {
colors=(
"tput setaf 0" "tput setaf 1"
"tput setaf 2" "tput setaf 3"
"tput setaf 4" "tput setaf 5"
"tput setaf 6" "tput setaf 7"
)
eval colors[$1]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment