Skip to content

Commit

Permalink
flail
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jul 9, 2024
1 parent fec4b80 commit 4a936c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sitemap
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function rss() { # xxx <description> using snippet??

for htm in $(list-posts); do
echo -n .
grep -EB100000 -m2 -- --- $htm | grep -Ev -- ^--- >| .yml
grep -EB100000 -m2 -- --- $htm | grep -Ev -- ^--- | cat >| .yml
if [ ! $xxxcc ]; then
cat .yml
xxxcc=1
Expand Down

0 comments on commit 4a936c9

Please sign in to comment.