summaryrefslogtreecommitdiff
path: root/export.sh
blob: 80499ca810589afef607a107f78b7e8e1ec15c0a (plain) (blame)
1
2
3
4
5
#!/usr/bin/env bash

emacs index.org --batch -f org-html-export-to-html --kill
tail -n +4 index.html | tee index.php
rm index.html