commit cbca4a4887b25c8e66fb1e6a63a5c16bb88f263c
parent eff216fd5da5e9f61dd9c408866629b97378961f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 29 May 2022 16:17:15 +0200
README: rm a space
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -146,7 +146,7 @@ it to a plain-text list.
#!/bin/sh
cd /var/www/pubsub-data
- tail -f log | \
+ tail -f log | \
LC_ALL=C awk '{ print $2 "\t" $3; fflush(); }' | \
while IFS=" " read -r feed file; do sfeed < "feeds/${feed}/${file}"; done | \
sfeed_plain