We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96660 commit b097d37Copy full SHA for b097d37
tumblr2
@@ -39,9 +39,9 @@ c="${1:- 0}"
39
q=".separator ' |'\n"
40
q+="SELECT i.url,f.title,i.title FROM rss_item AS i JOIN rss_feed AS f ON i.feedurl = f.rssurl "
41
q+="WHERE unread = 1 AND deleted = 0 AND feedurl = '%s' ORDER BY pubDate ASC;"
42
- grep '^http.*tumblr' ~/sd/tumblr.urls | sed 's/ .*//' | \
+ grep '^http.*tumblr' ~/sync/tumblr.urls | sed 's/ .*//' | \
43
while read feed ; do
44
- printf "$q" "$feed" | sqlite3 ~/sd/tumblr.cache.db
+ printf "$q" "$feed" | sqlite3 ~/sync/tumblr.cache.db
45
done
46
)
47
# vim:sw=4:ts=4
0 commit comments