diff --git a/templates/blog/imdead.sh b/templates/blog/imdead.sh index 163cad0..99cc300 100644 --- a/templates/blog/imdead.sh +++ b/templates/blog/imdead.sh @@ -2,18 +2,17 @@ cd $HOME/deadman -postPatch='dead.patch' -pageName='openpunk/content/pages/dead.md' +postPatch='../dead.patch' +pageName='content/pages/dead.md' currDate=$(date '+%Y-%m-%d') git clone git@github.com:CPunch/openpunk.git -git am postPatch - -# replace our --DATE-- with the current date -sed -i 's/--DATE--/'$currDate'/g' $pageName # commit & push the post cd openpunk +git am postPatch +# replace our --DATE-- with the current date +sed -i 's/--DATE--/'$currDate'/g' $pageName git add . git commit -m "DeadSwitch: No response from CPunch in 14 days, posting dead.md" git push --force