From 8d30ab4789aee597728116f6b38ecafd9ed71634 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 23 Sep 2025 15:49:45 +0300 Subject: break up lines --- Justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 5c66133..4353cb9 100644 --- a/Justfile +++ b/Justfile @@ -26,7 +26,12 @@ reports: echo "Generated Gemtext in out_gmi and HTML in out_html" gather-fooodds: @echo Gathering to fooodds.log - (ssh rex@fishfinger.buetow.org '(doas cat /var/log/fooodds; doas zcat /var/log/fooodds.*) | sort -u'; ssh rex@blowfish.buetow.org '( doas cat /var/log/fooodds; doas zcat /var/log/fooodds.0*) | sort -u' ) | grep -F -v 'logfile turned over' | sort -u > fooodds.log + ( \ + ssh rex@fishfinger.buetow.org '(doas cat /var/log/fooodds; doas zcat /var/log/fooodds.*) | sort -u'; \ + ssh rex@blowfish.buetow.org '( doas cat /var/log/fooodds; doas zcat /var/log/fooodds.0*) | sort -u'; \ + ) \ + | grep -F -v 'logfile turned over' \ + | sort -u > fooodds.log wc -l fooodds.log @echo Now check fooodds.log manually and update fooodds.txt accordingly. Any new paths to block? @echo You could use an LLM to add more suspicious enrtries from the fooodds.log to the fooodds.txt file! -- cgit v1.2.3