zipline/etc/create_authors_file.sh

3 lines
111 B
Bash
Executable file

#!/bin/bash
git shortlog -ns master | awk '$1 >= $THRESHOLD {$1="";print $0}' | \
cut -d" " -f2- > AUTHORS