📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:41:48
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
scripts
📍 /usr/lib/node_modules/npm/scripts
🔄 Refresh
✏️
Editing: update-authors.sh
Read Only
#!/bin/sh git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE ' BEGIN { say "# Authors sorted by whether or not they\x27re me"; } print $seen{$_} = $_ unless $seen{$_} ' > AUTHORS
💾 Save Changes
❌ Cancel