add top authors script

This commit is contained in:
Morgan 2017-10-29 12:44:25 +01:00
parent 7d1a777f8b
commit 20a39301c0

1
top_authors.sh Normal file
View File

@ -0,0 +1 @@
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort