Hacked By AnonymousFox

Current Path : /opt/alt/alt-nodejs11/root/lib/node_modules/npm/scripts/
Upload File :
Current File : //opt/alt/alt-nodejs11/root/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

Hacked By AnonymousFox1.0, Coded By AnonymousFox