X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk-add;h=5e737e955023d4c99de28e394e60490d2ed20a80;hb=274a5a0f59e2a28c2ddb53166230d16ff6bd7d70;hp=4b4568b5803d61cd550a8a2926edae020339d99c;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/bkmk-add b/bkmk-add index 4b4568b..5e737e9 100755 --- a/bkmk-add +++ b/bkmk-add @@ -1,9 +1,16 @@ #! /bin/sh +# Add a bookmark directly to the DB +# +# 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 bkmk2db || exit 1 -bkmk-add.py "$@" && \ -db2bkmk.py && \ +bkmk-add.py "$@" && +db2bkmk.py && exec touch bookmarks_db.pickle # to make it more recent