| Path : /proc/self/root/opt/nvm/versions/node/v9.11.2/lib/node_modules/npm/scripts/ |
| Current File : //proc/self/root/opt/nvm/versions/node/v9.11.2/lib/node_modules/npm/scripts/update-authors.sh |
#!/bin/sh
git log --reverse --format='%aN <%aE>' | perl -wnE '
BEGIN {
say "# Authors sorted by whether or not they\x27re me";
}
print $seen{$_} = $_ unless $seen{$_}
' > AUTHORS