script: get rid of stars char in top authors
This commit is contained in:
parent
664761e81a
commit
9e320df7d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user