X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk-chk;h=b3b173de249acafe77a1307cf247ad69054a114f;hb=80054d3bdcbde67d3b941e0b69b55ca4998f4673;hp=7d757f17ed5e7c8301dd7d0117d7d91e7ab50c73;hpb=175fd609f66d49555c9c491437696fed2e8ef102;p=bookmarks_db.git diff --git a/bkmk-chk b/bkmk-chk index 7d757f1..b3b173d 100755 --- 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 " +# __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