diff --git a/top_authors.sh b/top_authors.sh index 7d2faf7..27164b3 100755 --- a/top_authors.sh +++ b/top_authors.sh @@ -1 +1 @@ -grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort -n +grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | sort | uniq -c | sort -n