mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 12:56:41 +10:00
in the source environment. Also catch tool errors in the gvm script and function.
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
display_error() {
|
|
tput sgr0
|
|
tput setaf 1
|
|
echo "ERROR: $1" >&2
|
|
tput sgr0
|
|
return 1
|
|
}
|
|
|