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 : 18.218.60.55
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 /
node-gyp /
gyp /
Delete
Unzip
Name
Size
Permission
Date
Action
data
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
pylib
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
samples
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
tools
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
AUTHORS
402
B
-rw-r--r--
1985-10-26 08:15
DEPS
566
B
-rw-r--r--
1985-10-26 08:15
LICENSE
1.44
KB
-rw-r--r--
1985-10-26 08:15
OWNERS
2
B
-rw-r--r--
1985-10-26 08:15
PRESUBMIT.py
3.66
KB
-rw-r--r--
1985-10-26 08:15
codereview.settings
373
B
-rw-r--r--
1985-10-26 08:15
gyp
240
B
-rwxr-xr-x
1985-10-26 08:15
gyp.bat
201
B
-rw-r--r--
1985-10-26 08:15
gyp_main.py
447
B
-rwxr-xr-x
1985-10-26 08:15
setup.py
536
B
-rwxr-xr-x
1985-10-26 08:15
Save
Rename
#!/usr/bin/env python # Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. from setuptools import setup setup( name='gyp', version='0.1', description='Generate Your Projects', author='Chromium Authors', author_email='chromium-dev@googlegroups.com', url='http://code.google.com/p/gyp', package_dir = {'': 'pylib'}, packages=['gyp', 'gyp.generator'], entry_points = {'console_scripts': ['gyp=gyp:script_main'] } )