#! /bin/sh # Add a bookmark directly to the DB # # This file is a part of Bookmarks database and Internet robot. # # __version__ = "$Revision$"[11:-2] # __revision__ = "$Id$"[5:-2] # __date__ = "$Date$"[7:-2] # __author__ = "Oleg Broytman " # __copyright__ = "Copyright (C) 2001-2010 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