Smack/resources/get-contributors.sh

8 lines
104 B
Bash
Raw Normal View History

2020-11-05 12:52:22 +01:00
#!/usr/bin/env bash
git shortlog -s |\
cut -f2- |\
grep -v '(no author)' |\
grep '\w \w.*' |\
sort