Skip to content

Commit

Permalink
Add CONTRIBUTORS and build script for it
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoff committed May 18, 2019
1 parent 9d741b6 commit 58cc671
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BrainDoctor
Bruno
Charlie
Ed
Erwin
Fred
FvDxxx
Herman
James
Joe
MattK
Michał
Paolo
Patrick
Ryan
Scott
Tim
User
Valentin
WoJ
dan
dependabot[bot]
error454
nvnwater
r4r3
rarosalion
shakreiner
tlegras
wojtek
7 changes: 7 additions & 0 deletions build/update-contributors.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#1/usr/bin/env bash

contributors=CONTRIBUTORS
[[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp
git shortlog -s | awk '{print $2}' > "$contributors".tmp
sort -u CONTRIBUTORS.tmp > CONTRIBUTORS
[[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp

0 comments on commit 58cc671

Please sign in to comment.