mirror of https://github.com/MISP/misp-training
chg: [script] copy the full handout in the destination directory
parent
4ded639433
commit
0f1be733d4
1
build.sh
1
build.sh
|
@ -55,6 +55,7 @@ done
|
||||||
echo ${listofpdf}
|
echo ${listofpdf}
|
||||||
|
|
||||||
pdfunite ${listofpdf} cheatsheet.pdf usage.pdf ack.pdf ../misp-training.pdf
|
pdfunite ${listofpdf} cheatsheet.pdf usage.pdf ack.pdf ../misp-training.pdf
|
||||||
|
cp ../misp-training.pdf .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf
|
exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf
|
||||||
|
|
Loading…
Reference in New Issue