mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01: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
|