Add git sync wrapper
This commit is contained in:
8
extra/sxbm_sync
Executable file
8
extra/sxbm_sync
Executable 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
|
||||||
Reference in New Issue
Block a user