This commit is contained in:
2025-12-24 11:47:39 +01:00
parent 232f40007e
commit ee9ea00fa4

View File

@@ -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