Skip to content

Commit

Permalink
fix cfg path
Browse files Browse the repository at this point in the history
  • Loading branch information
E.Azer Koçulu committed Sep 23, 2011
1 parent c629f49 commit 033f18d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion add.sh
@@ -1,4 +1,4 @@
source account.cfg
source "$BOOKMARKS_DIR/account.cfg"
url="$1"
tags="$2"
title="$3"
Expand Down
2 changes: 1 addition & 1 deletion fetch.sh
@@ -1,4 +1,4 @@
source account.cfg
source "$BOOKMARKS_DIR/account.cfg"

. $BOOKMARKS_DIR/log.sh "Fetch Delicious Bookmarks. User: $user"

Expand Down
2 changes: 1 addition & 1 deletion reco.sh
@@ -1,4 +1,4 @@
source account.cfg
source "$BOOKMARKS_DIR/account.cfg"
url=$1
query=$(curl "https://$user:$passwd@api.del.icio.us/v1/posts/suggest?url=$url" -s|grep recommended)
echo "$query" | sed "s/ <\w*>//g" | sed "s/<\/\w*>//g"

0 comments on commit 033f18d

Please sign in to comment.