Compare commits
2 Commits
98f03e2f55
...
custom
| Author | SHA1 | Date | |
|---|---|---|---|
| 8698a1ce27 | |||
| 38eb38a483 |
10
extra/sxbm_sync
Executable file
10
extra/sxbm_sync
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
sxbm_orig "$@"
|
||||||
|
cd ~/.local/share/sxbm
|
||||||
|
git add bookmarks
|
||||||
|
if ! git diff --cached --quiet; then
|
||||||
|
git commit -q -m "Auto-update bookmarks on $(date)"
|
||||||
|
git push -q
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user