#!/bin/sh

./script/authors-all-commits | sort | uniq -c | sort -n

