From 661077f5e11747cc21b1503f2b955fc5d25993a4 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Sun, 26 Jul 2026 09:06:21 -0500 Subject: change update script to overwrite --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 11083d9..2bc28d7 100755 --- a/update.sh +++ b/update.sh @@ -2,14 +2,14 @@ { printf '%s\n%s\n---\n' 'title: Recently Watched' 'tags: now, feed' curl -fsSL 'https://letterboxd.com/hwebs/rss' -} >> posts/099_watched.xml +} > posts/099_watched.xml { printf '%s\n%s\n---\n' 'title: Currently Reading' 'tags: now, feed' curl -fsSL 'https://www.goodreads.com/review/list_rss/159263337?shelf=currently-reading' -} >> posts/050_currently-reading.xml +} > posts/050_currently-reading.xml { printf '%s\n%s\n---\n' 'title: Recently Read' 'tags: now, feed' curl -fsSL 'https://www.goodreads.com/review/list_rss/159263337?shelf=read' -} >> posts/010_read.xml +} > posts/010_read.xml -- cgit v1.3