4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
emacs --batch --eval "(require 'org)" --eval "(org-export-as-html \"livre.org\" \"livre.html\")"
|