1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-21 13:52:06 +01: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