Skip to content

Instantly share code, notes, and snippets.

View juniorknot's full-sized avatar

juniorknot

  • Coderic, S.A.
  • Venezuela
View GitHub Profile
#!/bin/sh
#----------------------------------------------------------#
# settings #
#----------------------------------------------------------#
#text colors
redtext() { echo "$(tput setaf 1)$*$(tput setaf 9)"; }
greentext() { echo "$(tput setaf 2)$*$(tput setaf 9)"; }
yellowtext() { echo "$(tput setaf 3)$*$(tput setaf 9)"; }