From cc1ed1f005cbc7178d07bc97ffab58e369ce1aa8 Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!" Date: Thu, 4 May 2023 04:24:32 +0000 Subject: [PATCH] idk what contribution but ok. --- CONTRIBUTORS | 14 ++++++++++++++ contributors.sh | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 CONTRIBUTORS create mode 100755 contributors.sh 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"