From 157c54905c0064ea3071b7c5bcea187d69b90b87 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 29 Feb 2024 18:14:19 +0000 Subject: [PATCH] scripts: notify when autosave is applied --- scripts/auto_save.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index ac6033e..240f778 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -29,3 +29,4 @@ 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" "Changes committed to remote repository"