„gaboshlib/g_echo_ok.bashfunc“ ändern

This commit is contained in:
olli 2022-09-28 13:58:49 +02:00
parent 36e0165d61
commit 3909bcd4a3

View File

@ -1,6 +1,7 @@
#!/bin/bash
function g_echo_ok {
[ -z "$1" ] && return 0
echo -en "\033[97m$(g_date_print) \033[32m"
cat <<< "$@"
echo -en "\033[0m"