fix: [build] the author of misp-stix decided to change the command line

I won't curse because it will cost me one 1USD.
This commit is contained in:
Alexandre Dulaunoy 2023-06-14 16:46:56 +02:00
parent b3e641e57f
commit 30f0627179
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -5,5 +5,5 @@ wget -A .json -np -nH --cut-dirs=3 -m https://www.circl.lu/doc/misp/feed-osint/
rm manifest.json robots.txt.tmp rm manifest.json robots.txt.tmp
mkdir ./feeds/circl/stix-2.1/ mkdir ./feeds/circl/stix-2.1/
cd ./feeds/circl/stix-2.1/ cd ./feeds/circl/stix-2.1/
ls -1 ../misp/*-*.json | parallel "misp_stix_converter -v2.1 -e -f {}" ls -1 ../misp/*-*.json | parallel "misp_stix_converter export -v2.1 -f {}"
mmv -d "../misp/*.json.out" "#1.json" mmv -d "../misp/*.json.out" "#1.json"