1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
embd/update_contributors.sh
2016-09-08 23:38:53 -07:00

6 lines
206 B
Bash
Executable File

#!/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