2017-08-16 12:02:23 +02:00
|
|
|
python3 adoc_galaxy.py >a.txt
|
2018-02-14 11:06:19 +01:00
|
|
|
asciidoctor -a allow-uri-read a.txt
|
2017-08-16 12:29:17 +02:00
|
|
|
asciidoctor-pdf -a allow-uri-read a.txt
|
2023-04-12 11:44:43 +02:00
|
|
|
cp a.html ../../misp-website-new/static/galaxy.html
|
|
|
|
cp a.pdf ../../misp-website-new/static/galaxy.pdf
|
2020-10-23 11:16:50 +02:00
|
|
|
scp -l 81920 a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html
|
|
|
|
scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf
|