aboutsummaryrefslogtreecommitdiff
path: root/feed
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-07-02 17:13:45 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-07-02 17:13:45 +0200
commit86665e7390763b74826e179d4968b4a3dc49226d (patch)
treec4b6e93c75dd1b2fe4b9bc1142dce60c4348aec5 /feed
parentc1371ab65152922dbb0e246eea54cd81b71a3647 (diff)
downloadscripts-86665e7390763b74826e179d4968b4a3dc49226d.tar.gz
scripts-86665e7390763b74826e179d4968b4a3dc49226d.zip
Added message with new feed count
Diffstat (limited to 'feed')
-rwxr-xr-xfeed2
1 files changed, 2 insertions, 0 deletions
diff --git a/feed b/feed
index 2a513a7..30e7498 100755
--- a/feed
+++ b/feed
@@ -64,6 +64,8 @@ fi
64case "$1" in 64case "$1" in
65 get) 65 get)
66 getnew 66 getnew
67 countnew=$(cat "$destdir"/* | wc -l)
68 echo "$countnew new feed items"
67 ;; 69 ;;
68 menu) 70 menu)
69 showmenu 71 showmenu

Generated with cgit - Back to sebastiano.tronto.net