Files
gvm/scripts/function/display_warning
T

8 lines
80 B
Plaintext

display_warning() {
# YELLOW!
tput sgr0
tput setaf 3
echo "$1"
tput sgr0
}