scripts: notify when autosave is applied

This commit is contained in:
thomasabishop 2024-02-29 18:14:19 +00:00
parent 18ecff8b4d
commit 157c54905c

View file

@ -29,3 +29,4 @@ git pull >/dev/null 2>&1
git add . git add .
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"
git push git push
notify-send "Auto-save complete" "Changes committed to remote repository"