script-logo

This commit is contained in:
enrique.lara 2026-08-19 22:15:06 +00:00
parent d92b6739d7
commit 2dbf447d47

14
data-network.sh Normal file
View file

@ -0,0 +1,14 @@
#!/bin/bash
[[ $- == *i* ]] || return
AZUL='\033[38;5;33m'
CIAN='\033[1;36m'
NC='\033[0m'
echo -e "${AZUL}██████╗ █████╗ ████████╗ █████╗ ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗"
echo -e "${AZUL}██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗ ████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝"
echo -e "${AZUL}██║ ██║███████║ ██║ ███████║█████╗██╔██╗ ██║█████╗ ██║ ██║ █╗ ██║██║ ██║██████╔╝█████╔╝ "
echo -e "${AZUL}██║ ██║██╔══██║ ██║ ██╔══██║╚════╝██║╚██╗██║██╔══╝ ██║ ██║███╗██║██║ ██║██╔══██╗██╔═██╗ "
echo -e "${AZUL}██████╔╝██║ ██║ ██║ ██║ ██║ ██║ ╚████║███████╗ ██║ ╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗"
echo -e "${AZUL}╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝"
echo -e "${CIAN} [ DATA NETWORK - IP Voice Services Provider ]${NC}\n"