her.esy.fun/engine/build.sh

10 lines
203 B
Bash
Raw Normal View History

2019-07-25 22:37:45 +00:00
#!/usr/bin/env bash
2020-02-10 08:42:17 +00:00
cd "$(git rev-parse --show-toplevel)" || exit 1
2019-12-22 23:01:06 +00:00
echo "* org-publish"
2019-11-27 16:07:25 +00:00
emacs \
--load project.el \
2019-12-22 23:01:06 +00:00
--eval "(progn (org-publish \"blog\") (evil-quit))"
2019-11-27 16:07:25 +00:00
2019-12-22 23:01:06 +00:00
echo "* org-publish [done]"