summaryrefslogtreecommitdiff
path: root/compile-md.sh
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-11-04 16:18:13 -0400
committerBill <bill@billserver.senders.io>2022-11-04 16:18:13 -0400
commitc3e42f7851ce66af164621c7555021f1061bc286 (patch)
treefd55df2104ecf63edadb85643330b8b7648ccb22 /compile-md.sh
parent7b7498db527e1c5a0b1ba44e72094c9c9842f8b6 (diff)
Update wishlist and fix compile scriptmarkdown-support
Diffstat (limited to 'compile-md.sh')
-rwxr-xr-xcompile-md.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile-md.sh b/compile-md.sh
index 7b982c0..c02e692 100755
--- a/compile-md.sh
+++ b/compile-md.sh
@@ -24,8 +24,8 @@ else
fi
pclass=$(echo "$title" | tr [:upper:] [:lower:])
-sed -ie "s/PAGE_TITLE/$title/" $out # replace title
-sed -ie "s/PAGE_CLASS/$pclass/" $out # replace class
+sed -i "s/PAGE_TITLE/$title/" $out # replace title
+sed -i "s/PAGE_CLASS/$pclass/" $out # replace class
markdown $in >> $out