mirror of
https://github.com/kidoman/embd
synced 2025-07-04 12:27:45 +02:00
3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS
|