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