OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /lib/locale/../X11/../../bin/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/usr/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'ssh-import-id==5.10','console_scripts','ssh-import-id' __requires__ = 'ssh-import-id==5.10' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit( load_entry_point('ssh-import-id==5.10', 'console_scripts', 'ssh-import-id')() )