From e1624e1ab96a0547ceab7fb57e42f4070f552bf8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 5 Nov 2020 12:52:22 +0100 Subject: [PATCH] Add resources/get-contributors.sh --- resources/get-contributors.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 resources/get-contributors.sh 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