Axsi Mini Shell

Current Path : /snap/certbot/current/bin/
Upload File
Current File : //snap/certbot/current/bin/certbot

#!/usr/bin/env python3
import sys
from certbot.main import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())