Skip to content

Commit b097d37

Browse files
author
Isaac Good
committed
Changed tumblr cache db location
1 parent 7c96660 commit b097d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tumblr2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ c="${1:- 0}"
3939
q=".separator ' |'\n"
4040
q+="SELECT i.url,f.title,i.title FROM rss_item AS i JOIN rss_feed AS f ON i.feedurl = f.rssurl "
4141
q+="WHERE unread = 1 AND deleted = 0 AND feedurl = '%s' ORDER BY pubDate ASC;"
42-
grep '^http.*tumblr' ~/sd/tumblr.urls | sed 's/ .*//' | \
42+
grep '^http.*tumblr' ~/sync/tumblr.urls | sed 's/ .*//' | \
4343
while read feed ; do
44-
printf "$q" "$feed" | sqlite3 ~/sd/tumblr.cache.db
44+
printf "$q" "$feed" | sqlite3 ~/sync/tumblr.cache.db
4545
done
4646
)
4747
# vim:sw=4:ts=4

0 commit comments

Comments
 (0)