mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
c49b3242a5
plus massive performance improvement
7 lines
348 B
Bash
Executable file
7 lines
348 B
Bash
Executable file
python3 adoc_galaxy.py >a.txt
|
|
asciidoctor -a allow-uri-read a.txt
|
|
asciidoctor-pdf -a allow-uri-read a.txt
|
|
cp a.html ../../misp-website/galaxy.html
|
|
cp a.pdf ../../misp-website/galaxy.pdf
|
|
scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html
|
|
scp a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf
|