Files
MacPass/scripts/list_of_contributors.sh

4 lines
109 B
Bash
Executable File

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