-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patht-ban.sh
33 lines (33 loc) · 932 Bytes
/
t-ban.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
#!/bin/bash
#
#
# Termux Banner
# Banner by Koushik Pal (KP)
# _____Do Not Copy Or Modify, Otherwise I will sue you copyright_____
#
#
clear
figlet -f big Termux Banner | lolcat
cyan='\e[0;36m'
lightgreen='\e[1;32m'
red='\e[1;31m'
yellow='\e[1;33m'
echo -e $lightgreen "\e[1m KoushikPal.Com "
echo " "
echo -e $yellow "\e[1m -Koushik Pal "
echo " "
echo " "
echo " "
echo -e "\e[1m\e[33m\nWhat is Your \e[31mBanner \e[33mName\e[32m :\n\n"
read varbanner
echo
echo -e "\e[1m\e[33m\nWhat is Your Cowsay Name\e[32m :\n\n "
read varcowsay
echo "cowsay -f eyes "$varcowsay" | lolcat" > C0w54y.txt
echo "toilet -f big ' $varbanner' -F gay | lolcat" > 84nn3r.txt
echo
echo "clear" > cl34r.txt
cat "cl34r.txt" >> /data/data/com.termux/files/usr/etc/bash.bashrc
cat "C0w54y.txt" >> /data/data/com.termux/files/usr/etc/bash.bashrc
ls
cat "84nn3r.txt" >> /data/data/com.termux/files/usr/etc/bash.bashrc