Files
MacPass/scripts/list_of_contributors.sh

4 lines
115 B
Bash
Executable File

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