diff --git a/build.sh b/build.sh index f2b8718..9a86a20 100644 --- a/build.sh +++ b/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 mkdir ./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"