script-logo
This commit is contained in:
parent
d92b6739d7
commit
2dbf447d47
1 changed files with 14 additions and 0 deletions
14
data-network.sh
Normal file
14
data-network.sh
Normal 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"
|
||||
Loading…
Reference in a new issue