V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m29s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-25 19:22:15 +02:00
parent 96fb3c722c
commit 1fc161d4eb
3 changed files with 65 additions and 59 deletions

View File

@@ -52,8 +52,8 @@ do_print_color() {
do_print_fold() {
declare var_color="$1"; shift
declare var_msg_string="$*"
declare var_formatted_String="${var_color}${var_msg_string}${C_RES}"
printf "%b\n" "${var_formatted_String}" | fold -s -w 76 | sed '1! s/^/ /'
declare var_formatted_string="${var_color}${var_msg_string}${C_RES}"
printf "%b\n" "${var_formatted_string}" | fold -s -w 76 | sed '1! s/^/ /'
}
#######################################