misp-galaxy/tools/gen_adoc_galaxy.sh

8 lines
366 B
Bash
Raw Normal View History

2017-08-16 12:02:23 +02:00
python3 adoc_galaxy.py >a.txt
asciidoctor -a allow-uri-read a.txt
2017-08-16 12:29:17 +02:00
asciidoctor-pdf -a allow-uri-read a.txt
2017-08-16 12:02:23 +02:00
cp a.html ../../misp-website/galaxy.html
cp a.pdf ../../misp-website/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