Files
gvm/scripts/function/display_message
T

8 lines
79 B
Plaintext

display_message() {
# GREEN!
tput sgr0
tput setaf 2
echo "$1"
tput sgr0
}