X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk-chk;h=9f026ed81d960d9fff0d7e4d993b21319ebd9c2f;hb=8450781d528f5753fb5b5644a39f91558c29d5db;hp=a2b970855d6c45e97ed49d2749f17e716d07934c;hpb=194aa48e0b7f3b0a43f4689ff3bcd2f3512689b5;p=bookmarks_db.git diff --git a/bkmk-chk b/bkmk-chk index a2b9708..9f026ed 100755 --- a/bkmk-chk +++ b/bkmk-chk @@ -1,8 +1,18 @@ #! /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" -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 && \