]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-chk
Newer Mozilla versions use 'places://'.
[bookmarks_db.git] / bkmk-chk
index a2b970855d6c45e97ed49d2749f17e716d07934c..941e66f98c7f1a63f837572696225255c000186b 100755 (executable)
--- a/bkmk-chk
+++ b/bkmk-chk
@@ -1,8 +1,21 @@
 #! /bin/sh
+# Check bookmarks
+#
+# Convert bookmarks to DB, check URLS from the DB and convert DB
+# to different formats and back to bookmarks.
+#
+# This file is a part of Bookmarks database and Internet robot.
+#
+# __version__ = "$Revision$"[11:-2]
+# __revision__ = "$Id$"[5:-2]
+# __date__ = "$Date$"[7:-2]
+# __author__ = "Oleg Broytman <phd@phdru.name>"
+# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __license__ = "GNU GPL"
 
 PATH="$HOME/lib/bookmarks_db:$PATH"
 
-ln -s "$HOME/Desktop/bookmarks-*.json" bookmarks_db.json && \
+ln -s "$HOME"/Desktop/bookmarks-*.json bookmarks_db.json && \
 BKMK_STORAGE=json convert_st.py pickle && \
 rm bookmarks_db.json && \