Add resources/get-contributors.sh

This commit is contained in:
Florian Schmaus 2020-11-05 12:52:22 +01:00
parent 74adcda23d
commit e1624e1ab9
1 changed files with 7 additions and 0 deletions

7
resources/get-contributors.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
git shortlog -s |\
cut -f2- |\
grep -v '(no author)' |\
grep '\w \w.*' |\
sort