update from sparkleup
This commit is contained in:
parent
d72aeb6819
commit
79dfa6314d
|
@ -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
|
||||
cat:
|
||||
rm qoheleth.md
|
||||
-rm qoheleth.md
|
||||
for i in $(FILES); do \
|
||||
head -n 1 $$i | sed -e 's/%title /\n## /' >> qoheleth.md; \
|
||||
tail -n +3 $$i >> qoheleth.md; \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue