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"