„gaboshlib/g_echo_error.bashfunc“ ändern
This commit is contained in:
parent
afd0fff87b
commit
36e0165d61
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function g_echo_error {
|
function g_echo_error {
|
||||||
|
[ -z "$1" ] && return 0
|
||||||
echo -en "\033[97m$(g_date_print) \033[31mERROR:" 1>&2
|
echo -en "\033[97m$(g_date_print) \033[31mERROR:" 1>&2
|
||||||
cat <<< "$@" 1>&2
|
cat <<< "$@" 1>&2
|
||||||
echo -en "\033[0m" 1>&2
|
echo -en "\033[0m" 1>&2
|
||||||
|
Loading…
Reference in New Issue
Block a user