add top authors script
This commit is contained in:
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
|
Reference in New Issue
Block a user