mirror of
https://github.com/vale981/LAAG1
synced 2025-03-05 09:11:40 -05:00
4 lines
180 B
Bash
4 lines
180 B
Bash
![]() |
#!/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
|