source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/script.sh')
-rwxr-xr-xposts/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/script.sh b/posts/script.sh
index 55936b9..a5342d0 100755
--- a/posts/script.sh
+++ b/posts/script.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#Create blog
-
+mkdir tabs ststech
pandoc common.md tabs.md -t html5 -s > tabs/index.html
pandoc common.md ststech.md -t html5 -s > ststech/index.html
pandoc common.md tightchange.md -t html5 -s > tightchange/index.html