-
Notifications
You must be signed in to change notification settings - Fork 0
/
SubadraBro.sh
47 lines (40 loc) · 1.61 KB
/
SubadraBro.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
apt install figlet
clear
# Regular Colors
Black='\033[0;30m' # Black
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
Blue='\033[0;34m' # Blue
Purple='\033[0;35m' # Purple
Cyan='\033[0;36m' # Cyan
White='\033[0;37m' # White
# Bold
BBlack='\033[1;30m' # Black
BRed='\033[1;31m' # Red
BGreen='\033[1;32m' # Green
BYellow='\033[1;33m' # Yellow
BBlue='\033[1;34m' # Blue
echo -e "$BBlue ???????????????????????????????????????????????????????"
echo -e "$BYellow :::::::::::::::::::::::::::::::::::::::::::::::::::::::"
echo -e "$BGreen >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e "$BBlue <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
echo -e "$BYellow :::::::::::::::::::::::::::::::::::::::::::::::::::::::"
echo -e "$BRed ???????????????????????????????????????????????????????"
echo -e "$BGreen ???????????????????????????????????????????????????????"
echo -e "$BBlue :::::::::::::::::::::::::::::::::::::::::::::::::::::::"
echo -e "$BYellow >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e "$BRed <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
echo -e "$BGreen :::::::::::::::::::::::::::::::::::::::::::::::::::::::"
echo -e "$BBlue ???????????????????????????????????????????????????????"
echo -e " $Green Create by :- Subadra Poshitha"
echo
#dtls Input
echo -e "$Blue Enter Your Text"
read varC
figlet $varC
echo
echo -e "$BYellow _______________________________________"
echo
echo -e "$Red Thanks for useing this tool"
exit