mirrorer

:)
git clone https://git.sr.ht/~ashymad/mirrorer
Log | Files | Refs | LICENSE

commit a80a5661f03d3b93f2f2162c1438a635b85c926e
parent 5585447abb557246e35c44ac07f84f62c325e52b
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Sat, 13 Jun 2026 02:54:22 +0200

Copy favicon as well

Diffstat:
Mmirror.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mirror.sh b/mirror.sh @@ -24,5 +24,5 @@ while read line; do ( cd "$wrepodir"; stagit "$srepodir"; ) done < mirrorlist -cp style.css logo.png web +cp favicon.png style.css logo.png web stagit-index git/* > web/index.html