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