book_generator/export_script.sh

4 lines
110 B
Bash
Raw Normal View History

2024-09-06 11:47:54 +02:00
#!/bin/bash
emacs --batch --eval "(require 'org)" --eval "(org-export-as-html \"livre.org\" \"livre.html\")"