From c3c1f4b8758ccbacdf2d831d9eb73bb0703c11e0 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Wed, 5 Aug 2026 16:59:52 +0200 Subject: [PATCH] add color variables --- src/backup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/backup b/src/backup index a97063a..7195f76 100755 --- a/src/backup +++ b/src/backup @@ -130,6 +130,9 @@ print_line() machine_backup_pathes() { + local YELLOW="\e[0;33m" + local LIGHTPURPLE="\e[1;35m" + local RESET="\e[0m" local config="$1" local machine="$2" local pathes=() -- 2.47.3