misp-objects/tools/updated.sh

7 lines
236 B
Bash
Raw Normal View History

2021-12-14 17:47:56 +01:00
python3 adoc_objects.py >a.txt
mv a.txt objects.txt
asciidoctor-pdf -a allow-uri-read objects.txt
asciidoctor -a allow-uri-read objects.txt
cp objects.html ../../misp-website-new/static
cp objects.pdf ../../misp-website-new/static