#!/bin/bash # prints the list of contributors in markdown format git log --pretty="[%an](mailto:%ae), " | sort -fu