Revision: 794
http://assorted.svn.sourceforge.net/assorted/?rev=794&view=rev
Author: yangzhang
Date: 2008-05-13 00:30:32 -0700 (Tue, 13 May 2008)
Log Message:
-----------
added sync-bookmarks.bash
Added Paths:
-----------
configs/trunk/src/cron/sync-bookmarks.bash
Added: configs/trunk/src/cron/sync-bookmarks.bash
===================================================================
--- configs/trunk/src/cron/sync-bookmarks.bash (rev 0)
+++ configs/trunk/src/cron/sync-bookmarks.bash 2008-05-13 07:30:32 UTC (rev 794)
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+FORCE_BASHRC=1 . ~/.bashrc && . common.bash || exit 1
+
+exec gbookmark2delicious.py --debug main --debug compare --underscores
Property changes on: configs/trunk/src/cron/sync-bookmarks.bash
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|