import setupSSH from "./(functions)/setup-ssh"; import setupSSL from "./(functions)/setup-ssl"; await setupSSL(); await setupSSH(); process.exit(0);