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:
parent
b3e641e57f
commit
30f0627179
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue