mirror of
https://github.com/kidoman/embd
synced 2025-07-03 20:07:40 +02:00
rename update_contibutors.sh
This commit is contained in:
parent
5b6fbf3be1
commit
f256bd4715
1 changed files with 0 additions and 0 deletions
5
update_contributors.sh
Executable file
5
update_contributors.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com |\
|
||||
grep -v noreply@ | cat CONTRIBUTORS - | sort | uniq > CONTRIBUTORS.new
|
||||
mv CONTRIBUTORS.new CONTRIBUTORS
|
Loading…
Add table
Add a link
Reference in a new issue