mirror of
https://github.com/vale981/LAAG1
synced 2025-03-05 09:11:40 -05:00
3 lines
180 B
Bash
Executable file
3 lines
180 B
Bash
Executable file
#!/bin/sh
|
|
emacs --batch --eval "(progn (package-initialize) (package-refresh-contents) (package-install 'org))"
|
|
emacs Lineare_Algebra.org --batch -f org-html-export-to-html --kill
|