Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.22.120.195
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
buffer /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
download-node-tests.js
3.17
KB
-rwxr-xr-x
2016-08-08 08:26
test.js
1.1
KB
-rw-r--r--
2016-08-03 20:44
update-authors.sh
521
B
-rwxr-xr-x
2016-08-08 20:59
zuul-es5.yml
253
B
-rw-r--r--
2016-08-08 08:43
zuul-es6.yml
106
B
-rw-r--r--
2016-08-08 08:42
Save
Rename
#!/bin/sh # Update AUTHORS.md based on git history. git log --reverse --format='%aN (%aE)' | perl -we ' BEGIN { %seen = (), @authors = (); } while (<>) { next if $seen{$_}; next if /(support\@greenkeeper.io)/; next if /(dcousens\@users.noreply.github.com)/; next if /(cmetcalf\@appgeo.com)/; $seen{$_} = push @authors, "- ", $_; } END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; print "#### Generated by bin/update-authors.sh.\n"; } ' > AUTHORS.md