netget
Version:
Rette Adepto/ Recibido Directamente.
24 lines (20 loc) • 562 B
JavaScript
// netget/src/modules/Srvrs/srvrs.cli.js
/**
* Displays the Gateways Menu and handles user input.
* @category Gateways
* @subcategory Main
* @module Srvrs_CLI
*/
export async function Srvrs_CLI() {
console.clear();
console.log(`
__________________
| SRVRS PORTS |---->>>
|_______.P.________|---->>>
HTTPS--->>> |_______.R.________|---->>>
|_______.O.________|---->>>
|_______.X.________|---->>>
|_______.Y.________|---->>>
`);
};
export default Srvrs_CLI;