__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'subiquity==0.0.5','console_scripts','console-conf-write-login-details'
import re
import sys
# for compatibility with easy_install; see #2198
__requires__ = 'subiquity==0.0.5'
try:
from importlib.metadata import distribution
except ImportError:
try:
from importlib_metadata import distribution
except ImportError:
from pkg_resources import load_entry_point
def importlib_load_entry_point(spec, group, name):
dist_name, _, _ = spec.partition('==')
matches = (
entry_point
for entry_point in distribution(dist_name).entry_points
if entry_point.group == group and entry_point.name == name
)
return next(matches).load()
globals().setdefault('load_entry_point', importlib_load_entry_point)
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(load_entry_point('subiquity==0.0.5', 'console_scripts', 'console-conf-write-login-details')())
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| console_conf | Folder | 0755 |
|
|
| subiquity-0.0.5.egg-info | Folder | 0755 |
|
|
| subiquitycore | Folder | 0755 |
|
|
| console-conf-check-error | File | 138 B | 0755 |
|
| console-conf-tui | File | 982 B | 0755 |
|
| console-conf-wait | File | 26 B | 0755 |
|
| console-conf-wrapper | File | 3.33 KB | 0755 |
|
| console-conf-write-login-details | File | 1014 B | 0755 |
|