From 20a39301c0918c9d185396b8778c6a109cf35287 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 29 Oct 2017 12:44:25 +0100 Subject: [PATCH] add top authors script --- top_authors.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 top_authors.sh diff --git a/top_authors.sh b/top_authors.sh new file mode 100644 index 0000000..3a7427b --- /dev/null +++ b/top_authors.sh @@ -0,0 +1 @@ +grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort