#! /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 && \ exec touch bookmarks_db.pickle # to make it more recent