3 Zeilen
68 B
Bash
Ausführbare Datei
3 Zeilen
68 B
Bash
Ausführbare Datei
#!/bin/sh
|
|
git authors -l --no-email | grep -v "\\[bot\\]" > AUTHORS
|