From 8b6d12f843fff5d9e98a7a3d6429b00bce5df8a2 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 11:48:35 +0100 Subject: [PATCH] test --- scripts/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index c716b29..95f366e 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -3,6 +3,8 @@ set -euo pipefail set -x +CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" + # Funzione per leggere opzioni tmux con default get_tmux_option() { local option="$1"