diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-02 17:13:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-02 17:13:45 +0200 |
| commit | 86665e7390763b74826e179d4968b4a3dc49226d (patch) | |
| tree | c4b6e93c75dd1b2fe4b9bc1142dce60c4348aec5 /feed | |
| parent | c1371ab65152922dbb0e246eea54cd81b71a3647 (diff) | |
| download | scripts-86665e7390763b74826e179d4968b4a3dc49226d.tar.gz scripts-86665e7390763b74826e179d4968b4a3dc49226d.zip | |
Added message with new feed count
Diffstat (limited to 'feed')
| -rwxr-xr-x | feed | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -64,6 +64,8 @@ fi | |||
| 64 | case "$1" in | 64 | case "$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 |
