misp-warninglists/jq_all_the_things.sh

10 lines
100 B
Bash
Raw Normal View History

2017-02-12 21:01:36 +01:00
#!/bin/bash
set -e
set -x
for dir in lists/*/list.json
do
cat ${dir} | jq . | tee ${dir}
done