her.esy.fun/engine/build.sh
Yann Esposito (Yogsototh) fe98c7dd13
script move
2020-02-09 12:57:46 +01:00

10 lines
191 B
Bash
Executable file

#!/usr/bin/env bash
cd $(git rev-parse --show-toplevel)
echo "* org-publish"
emacs \
--load project.el \
--eval "(progn (org-publish \"blog\") (evil-quit))"
echo "* org-publish [done]"