mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git shortlog -se \
|
|
| perl -spe 's/^\s+\d+\s+//' \
|
|
| sed -e '/^CommitSyncScript.*$/d' \
|
|
> AUTHORS |