diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..175a97c --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,14 @@ +# People who can (and typically have) contributed to this repository. +# +# This script is generated by contributors.sh +# + +alsoGAMER <35269770+alsoGAMER@users.noreply.github.com> +CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> +CanadaHonk +Ian Manske +Julian Pettersen +Kat <61893437+TransKat@users.noreply.github.com> +Kyiro <54126666+Kyiro@users.noreply.github.com> +Oj +|| Prof. - Xadk3! diff --git a/contributors.sh b/contributors.sh new file mode 100755 index 0000000..2a00aec --- /dev/null +++ b/contributors.sh @@ -0,0 +1,13 @@ +#!/bin/bash -e + +file="$(git rev-parse --show-toplevel)/CONTRIBUTORS" + +cat < "$file" +# People who can (and typically have) contributed to this repository. +# +# This script is generated by $(basename "$0") +# + +EOF + +git log --format='%aN <%aE>' | sort -uf >> "$file"