Smack/resources/get-contributors.sh

8 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
git shortlog -s |\
cut -f2- |\
grep -v '(no author)' |\
grep '\w \w.*' |\
sort