mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
git shortlog -ns master | awk '$1 >= $THRESHOLD {$1="";print $0}' | \
|
|
cut -d" " -f2- > AUTHORS
|