From dcd1807fb2255fe1993f2a1c95cf56cb5b6a0f08 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 26 Jun 2025 09:26:44 +0200 Subject: [PATCH] chore: add comment --- journal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/journal.sh b/journal.sh index da189e7..5657f63 100755 --- a/journal.sh +++ b/journal.sh @@ -51,6 +51,7 @@ elif [ "$1" = "copy" ] || [ "$1" = "c" ]; then echo "Copied content of $full_path" xclip -sel c < "$full_path" +## New entry or edit else createEntry fi