forked from DOUBLE-TOP/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoubletop.sh
More file actions
17 lines (14 loc) · 1.61 KB
/
doubletop.sh
File metadata and controls
17 lines (14 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
function colors {
GREEN="\e[32m"
YELLOW="\e[33m"
RED="\e[39m"
NORMAL="\e[0m"
}
colors
echo -e "${YELLOW}██████╗░░█████╗░██╗░░░██╗██████╗░██╗░░░░░███████╗ ████████╗░█████╗░██████╗░${NORMAL}"
echo -e "${YELLOW}██╔══██╗██╔══██╗██║░░░██║██╔══██╗██║░░░░░██╔════╝ ╚══██╔══╝██╔══██╗██╔══██╗${NORMAL}"
echo -e "${YELLOW}██║░░██║██║░░██║██║░░░██║██████╦╝██║░░░░░█████╗░░ ░░░██║░░░██║░░██║██████╔╝${NORMAL}"
echo -e "${YELLOW}██║░░██║██║░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░ ░░░██║░░░██║░░██║██╔═══╝░${NORMAL}"
echo -e "${YELLOW}██████╔╝╚█████╔╝╚██████╔╝██████╦╝███████╗███████╗ ░░░██║░░░╚█████╔╝██║░░░░░${NORMAL}"
echo -e "${YELLOW}╚═════╝░░╚════╝░░╚═════╝░╚═════╝░╚══════╝╚══════╝ ░░░╚═╝░░░░╚════╝░╚═╝░░░░░${NORMAL}"