Generate some JSON files from YAML files

mkdir -p tmp && for f in 07 11; do yq e -j data/2021-$f.yaml > tmp/2021-$f.json; done