mirror of
https://github.com/kidoman/embd
synced 2024-10-31 23:38:44 +01:00
4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS
|