Add resources/get-contributors.sh
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…
Reference in New Issue