add top authors script
This commit is contained in:
parent
7d1a777f8b
commit
20a39301c0
1
top_authors.sh
Normal file
1
top_authors.sh
Normal file
@ -0,0 +1 @@
|
||||
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort
|
Loading…
Reference in New Issue
Block a user