]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-chk
Insert an empty line between runs.
[bookmarks_db.git] / bkmk-chk
index 7d757f17ed5e7c8301dd7d0117d7d91e7ab50c73..b3b173de249acafe77a1307cf247ad69054a114f 100755 (executable)
--- a/bkmk-chk
+++ b/bkmk-chk
@@ -1,4 +1,14 @@
 #! /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.
+#
+# __author__ = "Oleg Broytman <phd@phdru.name>"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+# __license__ = "GNU GPL"
 
 PATH="$HOME/lib/bookmarks_db:$PATH"
 
@@ -7,6 +17,7 @@ BKMK_STORAGE=json convert_st.py pickle && \
 rm bookmarks_db.json && \
 
 check_urls.py && \
+echo '' && \
 check_urls.py -e && \
 
 # Report results