added shell script to update AUTHORS file

Dieser Commit ist enthalten in:
Reinder Feenstra 2023-06-14 00:03:28 +02:00
Ursprung 05789bdafb
Commit f2c0a7c39f

2
update-authors.sh Ausführbare Datei
Datei anzeigen

@ -0,0 +1,2 @@
#!/bin/sh
git authors -l --no-email | grep -v "\\[bot\\]" > AUTHORS