Add git sync wrapper

This commit is contained in:
2025-10-12 14:31:43 +02:00
parent 98f03e2f55
commit 38eb38a483

8
extra/sxbm_sync Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -eu
sxbm_orig "$@"
cd ~/.local/share/sxbm
git add bookmarks
git commit -m "Auto-update bookmarks on $(date)"
git push