5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
# Nico Schottelius
|
|
# 2023-09-22
|
|
|
|
git log | grep ^Author | sort | uniq -c | sort
|