mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-17 17:52:06 +01:00
Add resources/get-contributors.sh
This commit is contained in:
parent
74adcda23d
commit
e1624e1ab9
1 changed files with 7 additions and 0 deletions
7
resources/get-contributors.sh
Executable file
7
resources/get-contributors.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git shortlog -s |\
|
||||
cut -f2- |\
|
||||
grep -v '(no author)' |\
|
||||
grep '\w \w.*' |\
|
||||
sort
|
Loading…
Reference in a new issue