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