mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-14 20:58:10 +00:00
3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
git shortlog -ns master | awk '$1 >= $THRESHOLD {$1="";print $0}' | \
|
|
cut -d" " -f2- > AUTHORS
|