summaryrefslogtreecommitdiffstats
path: root/.local/bin/fetch_sfeed
blob: 0800db1f417316ef8370395ea5e0060d8ea91df6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

pre=$(wc -l --total=only /home/jozan/.local/share/sfeed/feeds/*)
sfeed_update /home/jozan/.config/sfeed/sfeedrc >/dev/null 2>&1
post=$(wc -l --total=only /home/jozan/.local/share/sfeed/feeds/*)
if [ $post -gt $pre ]; then
	exec herbe "  $((post-pre)) new articles" &
fi