-
Notifications
You must be signed in to change notification settings - Fork 15
/
T
24 lines (24 loc) · 1.58 KB
/
T
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
red='\e[1;31m'
green='\e[1;32m'
blue='\e[1;34m'
purple='\e[1;35m'
cyan='\e[1;36m'
white='\e[1;37m'
yellow='\e[1;33m'
echo -e $green '==============================================================================='
echo ""
echo -e $purple '████████╗ ██████╗ ██████╗ ██╗ ███████╗ ██╗ ██╗██╗ ██╗'
echo -e $purple '╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝ ██║ ██║██║ ██╔╝'
echo -e $purple ' ██║ ██║ ██║██║ ██║██║ ███████╗█████╗███████║█████╔╝ '
echo -e $green ' ██║ ██║ ██║██║ ██║██║ ╚════██║╚════╝██╔══██║██╔═██╗ '
echo -e $green ' ██║ ╚██████╔╝╚██████╔╝███████╗███████║ ██║ ██║██║ ██╗'
echo -e $green ' ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═'
echo ""
echo -e $white "CopyRights : Devloper : Mohammed Info | From : Yemen | github.com/profionaldhim"
echo ""
echo -e $white "web : https://m-info.tk"
echo ""
echo -e $white "Youtube : Mohammed Info"
echo ""
echo -e $green '=============================================================================='