1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-27 04:00:24 +02:00

Add resources/get-contributors.sh

This commit is contained in:
Florian Schmaus 2020-11-05 12:52:22 +01:00
parent 74adcda23d
commit e1624e1ab9

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