diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-09 21:49:06 -0700 |
|---|---|---|
| committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-09 21:49:06 -0700 |
| commit | 39ea90b2ff31760f93392634192c2a0614e20c82 (patch) | |
| tree | 91907c0cb366fadad593193cc4fd2b21f9f09181 /export.sh | |
| parent | 1fd64270d28ee8c83ae2920630e9c5ba218b22d3 (diff) | |
| download | simponic.xyz-39ea90b2ff31760f93392634192c2a0614e20c82.tar.gz simponic.xyz-39ea90b2ff31760f93392634192c2a0614e20c82.zip | |
export org mode to php; docker compose
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 |
