mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Dedupe people with dodgy email addresses
This commit is contained in:
parent
93e895e446
commit
6aef512fce
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ cd src/static
|
|||
authors="../../build/static/authors.html"
|
||||
|
||||
sed "/REPLACETHIS/,$ d" authors.html > "$authors"
|
||||
git shortlog -sn HEAD | cut -c8- | sed 's/^/<p>/' | sed 's/$/<\/p>/' >> "$authors"
|
||||
git shortlog -sn HEAD | cut -c8- | awk '!seen[$0]++' | sed 's/^/<p>/' | sed 's/$/<\/p>/' >> "$authors"
|
||||
sed "1,/REPLACETHIS/ d" authors.html >> "$authors"
|
||||
|
|
Loading…
Add table
Reference in a new issue