From d5b32aff91befcc9113149c43f90aeff2c48f2ab Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 3 Nov 2017 12:04:55 +0100 Subject: [PATCH] fix top authors query --- top_authors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 top_authors.sh diff --git a/top_authors.sh b/top_authors.sh old mode 100644 new mode 100755 index 3a7427b..7d2faf7 --- 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 +grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort -n