#!/usr/bin/env bash
cat repos.*.json | jq -e -r '.[] | [(.topics | join(";")), .name, .html_url, .created_at, .updated_at] | @csv' > repos.csv
