mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
6 lines
113 B
Bash
6 lines
113 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git shortlog -se \
|
||
|
| perl -spe 's/^\s+\d+\s+//' \
|
||
|
| sed -e '/^CommitSyncScript.*$/d' \
|
||
|
> AUTHORS
|