source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/script.sh')
| -rwxr-xr-x | posts/script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/script.sh b/posts/script.sh index 5482e2c..e9cbb19 100755 --- a/posts/script.sh +++ b/posts/script.sh @@ -8,3 +8,4 @@ cat common.md tightchange.md | python3 -m markdown -o html5 > tightchange/index. python3 -m markdown -o html5 < rms.md > rms/index.html python3 -m markdown -o html5 < verovio.md > verovio/index.html python3 -m markdown -o html5 < fonts.md > fonts/index.html +cat common.md daily-driver.md | python3 -m markdown -o html5 > daily-driver/index.html |