mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-15 12:11:32 +08:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
|