From 232f40007e9331be2214572620abd192adde2993 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 11:44:45 +0100 Subject: [PATCH] test --- scripts/main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index f5773a1..b858450 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +set -euo pipefail +set -x + # Funzione per leggere opzioni tmux con default get_tmux_option() { local option="$1"