update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-07-16 19:00:03 -07:00
parent d72aeb6819
commit 79dfa6314d
2 changed files with 5268 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FILES=RJ/001.md RJ/002.md Ioan/001.md RJ/003.md Carter/001-a.md RJ/004-a.md
.PHONY: cat .PHONY: cat
cat: cat:
rm qoheleth.md -rm qoheleth.md
for i in $(FILES); do \ for i in $(FILES); do \
head -n 1 $$i | sed -e 's/%title /\n## /' >> qoheleth.md; \ head -n 1 $$i | sed -e 's/%title /\n## /' >> qoheleth.md; \
tail -n +3 $$i >> qoheleth.md; \ tail -n +3 $$i >> qoheleth.md; \

File diff suppressed because it is too large Load Diff