From: Oleg Broytman Date: Tue, 16 Oct 2007 10:53:34 +0000 (+0000) Subject: Create the list of sites with changed titles. X-Git-Tag: v4.5.3~277 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=4bc1dbf072d0aa14f1ddca5303476290897776ef Create the list of sites with changed titles. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@99 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/bkmk-chk b/bkmk-chk index ea0bca9..1cdf1af 100755 --- a/bkmk-chk +++ b/bkmk-chk @@ -2,14 +2,15 @@ PATH=$HOME/lib/bookmarks_db:$PATH -bkmk2db || exit 1 +bkmk2db && \ -check_urls.py || exit 1 -check_urls.py -e || exit 1 +check_urls.py && \ +check_urls.py -e && \ # Report results -BKMK_WRITER=flad db2bkmk.py || exit 1 -check_dups.py -s -l bookmarks.err || exit 1 +BKMK_WRITER=flad db2bkmk.py && \ +check_dups.py -s -l bookmarks.err && \ +check_title.py > check_title.txt && \ # Write results to the bookmarks files exec db2bkmk.py