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"