script: get rid of repos names in authors

This commit is contained in:
Morgan Wattiez 2018-08-31 11:41:46 +02:00
parent 9e320df7d7
commit 33b52e8293

View File

@ -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