README: rm a space - pubsubhubbubblub - pubsubhubbub client implementation | |
git clone git://git.codemadness.org/pubsubhubbubblub | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cbca4a4887b25c8e66fb1e6a63a5c16bb88f263c | |
parent eff216fd5da5e9f61dd9c408866629b97378961f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 29 May 2022 16:17:15 +0200 | |
README: rm a space | |
Diffstat: | |
M README | 2 +- | |
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/${fe… | |
sfeed_plain |