diff --git a/resources/get-contributors.sh b/resources/get-contributors.sh new file mode 100755 index 000000000..c31236464 --- /dev/null +++ b/resources/get-contributors.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +git shortlog -s |\ + cut -f2- |\ + grep -v '(no author)' |\ + grep '\w \w.*' |\ + sort