diff options
Diffstat (limited to 'export.sh')
| -rwxr-xr-x | export.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/export.sh b/export.sh new file mode 100755 index 0000000..80499ca --- /dev/null +++ b/export.sh @@ -0,0 +1,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 |
