mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
2 lines
96 B
Bash
Executable file
2 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
|