This commit is contained in:
Solomon Laing 2023-01-27 22:05:48 +10:30
parent 64426e1613
commit 8293fd9c99

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
toc=$(./toc.sh) toc=$(zk-gen-dir-md-toc)
echo -e "START_TOC\n$toc\n\nEND_TOC" > temp.md echo -e "START_TOC\n$toc\n\nEND_TOC" > temp.md