1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

doc: list of contributors

This commit is contained in:
Karan Misra 2014-05-19 11:20:28 +05:30
parent ccaa5d4909
commit b0f00069b5
3 changed files with 10 additions and 1 deletions

3
update_contibutors.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS