]> git.phdru.name Git - bookmarks_db.git/blob - bkmk-rsync
Changed Desktop back to .mozilla.
[bookmarks_db.git] / bkmk-rsync
1 #! /bin/sh
2
3 PATH=$HOME/lib/bookmarks_db:$PATH
4 umask 077
5
6 bkmk2db || exit 1
7 db2bkmk.py || exit 2
8 diff $HOME/.mozilla/bookmarks.html bookmarks.html > diff.out
9
10 distribute -r .mozilla bookmarks.html
11 exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html"