fix top authors query

This commit is contained in:
Morgan 2017-11-03 12:04:55 +01:00 committed by MorganGeek
parent ca17cfc8d1
commit d5b32aff91

2
top_authors.sh Normal file → Executable file
View File

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