2017-08-16 12:04:06 +02:00
|
|
|
python3 machinetag.py -a >a.txt
|
|
|
|
asciidoctor a.txt
|
2017-08-16 12:29:53 +02:00
|
|
|
asciidoctor-pdf -a allow-uri-read a.txt
|
2017-08-16 12:04:06 +02:00
|
|
|
cp a.html ../../misp-website/taxonomies.html
|
|
|
|
cp a.pdf ../../misp-website/taxonomies.pdf
|
|
|
|
scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html
|
|
|
|
scp a.pdf circl@cpab.circl.lu://var/www/nwww.circl.lu/doc/misp-taxonomies/taxonomies.pdf
|