diff options
Diffstat (limited to 'md/postDeploy.sh')
-rwxr-xr-x | md/postDeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md/postDeploy.sh b/md/postDeploy.sh index 31a9d39..b8a8570 100755 --- a/md/postDeploy.sh +++ b/md/postDeploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # converts md to .tmpl.html with pandoc # Usage: ./postDeploy.sh title_of_post.md type # type can be 'blog' or 'projects' in my case |