#!/bin/bash

grep ^Herd not-migrated-current-maintainers | awk '{print $2}' | sort | uniq -c | sort -nr
