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