dotfiles

My configuration files.
Log | Files | Refs | README

commit 75a21ff36f81ab6356f504152714a8783a45658d
parent 9d38d72d18e97d1acf6e171e5f83f218c37ceed6
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Thu, 24 Feb 2022 21:13:11 +0100

Add feed sync script

Diffstat:
Abin/.local/bin/feedsync | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/.local/bin/feedsync b/bin/.local/bin/feedsync @@ -0,0 +1,4 @@ +#!/bin/sh + +sfeed_update +sfeed_html ~/.sfeed/feeds/* > /var/www/news/index.html