source code for html website at https://zachdecook.com
1 files changed, 1 insertions, 1 deletions
diff --git a/script.sh b/script.sh index 56601d6..6be93c3 100755 --- a/ script.sh+++ b/ script.sh@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh python3 -m markdown -o html5 -x md_in_html < index.md > index.html mkdir -p 404 |