mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 21:05:52 +10:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
display_message() {
|
|
# GREEN!
|
|
tput sgr0
|
|
tput setaf 2
|
|
echo "$1"
|
|
tput sgr0
|
|
}
|