idk what contribution but ok.

This commit is contained in:
|| Prof. - Xadk3! 2023-05-04 04:24:32 +00:00
parent b0078534d6
commit cc1ed1f005
2 changed files with 27 additions and 0 deletions

14
CONTRIBUTORS Normal file
View File

@ -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 <oj@oojmed.com>
Ian Manske <IanManske@pm.me>
Julian Pettersen <darlion2301@hotmail.com>
Kat <61893437+TransKat@users.noreply.github.com>
Kyiro <54126666+Kyiro@users.noreply.github.com>
Oj <oj@oojmed.com>
|| Prof. - Xadk3! <naryal2580@gmail.com>

13
contributors.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash -e
file="$(git rev-parse --show-toplevel)/CONTRIBUTORS"
cat <<EOF > "$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"