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