-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathremove-banner.sh
44 lines (41 loc) · 1.03 KB
/
remove-banner.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
cd $HOME
cd T-Remix
cd remove
mv bash.bashrc $HOME
cd /data/data/com.termux/files/usr/etc
rm bash.bashrc
clear
cd $HOME
cd T-Remix
bash ashi.sh
cd $HOME
mv bash.bashrc /data/data/com.termux/files/usr/etc
echo " "
echo -e "[*]\e[33m Open a new Session \e[m"
echo -e "[*]\e[33m Successfully Removed the banner \e[m "
sleep 3.0
cd $HOME
tput clear
tput cup 3 30
echo -e "\e[44m Like \e[41m Subscribe \e[m"
tput cup 6 30
echo -e "\x1b[42m TECH KNOW LINUX by ARIJ ARMAN \x1b[m"
tput cup 9 0
echo -en "\e[93m what is your name : \e[m"
read answer
tput cup 12 22
echo -e "\e[104m hello! Have a nice day!! $answer! \e[m"
tput cup 15 0
echo -en "\e[93m Have you subscribe my channel TECH KNOW LINUX for more hacking videos (y/n)? \e[m "
read answer
if [ "$answer" != "${answer#[Yy]}" ] ;then
tput cup 17 21
echo -e "\e[42m Thank you for subscribing my channel \e[m"
else
tput cup 17 23
echo -e "\x1b[41m Please subsrcibe channel for hacking videos \x1b[m"
fi
tput cup 20 0
figlet -f slant "TECH KNOW LINUX by ARIJ ARMAN" |lolcat
echo " "
echo " "