From ee9ea00fa43f667be03c02f0202709f07138ce50 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 11:47:39 +0100 Subject: [PATCH] test --- scripts/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index b858450..c716b29 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -24,6 +24,8 @@ function show_reminders { } function main { + tmux display-message "la pwd รจ ${CURRENT_DIR}" + exit 0 if [ "$1" == "reminders" ]; then show_reminders else