Add resources/get-contributors.sh

url_address_information
Florian Schmaus 3 years ago
parent 74adcda23d
commit e1624e1ab9

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