script: get rid of repos names in authors
This commit is contained in:
parent
9e320df7d7
commit
33b52e8293
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user