From a329eea02a595d9e73eb3642f5c191b202116d8a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 5 Mar 2024 18:20:03 +0000 Subject: [PATCH] Autosave: 2024-03-05 18:20:03 --- scripts/auto_save.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index f46176a..3d51922 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -29,4 +29,5 @@ git pull >/dev/null 2>&1 git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git push + notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository"