From 0f1be733d4d8c435f43574c1726c9697c4b82b08 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 23 Dec 2020 17:44:14 +0100 Subject: [PATCH] chg: [script] copy the full handout in the destination directory --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1edce04..ebdd76b 100755 --- a/build.sh +++ b/build.sh @@ -55,6 +55,7 @@ done echo ${listofpdf} pdfunite ${listofpdf} cheatsheet.pdf usage.pdf ack.pdf ../misp-training.pdf +cp ../misp-training.pdf . 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