-
Notifications
You must be signed in to change notification settings - Fork 10
/
logo.sh
23 lines (22 loc) · 1.15 KB
/
logo.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
echo -e "\033[1;34m
_______________________________________
/ \\
\033[1;36m
_ _
/ | _ __ __ _ __ | |__ __ _ __ _ ___
| || '_ \/ _\` |/ _|| / // _\` |/ _\` |/ -_)
|_|| .__/\__,_|\__||_\_\\\\\__,_|\__, |\___|
|_| |___/
\033[1;34m
\_______________________________________/
\033[1;32mTelegram: \033[0;35mhttps://t.me/OnePackage\033[0m
\033[1;32mDiscord: \033[0;35mhttps://discord.gg/dnDaVqeWZe\033[0m
\033[1;32mTwitter: \033[0;35mhttps://twitter.com/1package_\033[0m
"
if [ -n "$1" ]; then
echo -e " \033[1;32mThe script created by \033[0;35m$1\033[0m"
else
echo -e " \033[1;32mThe script created by \033[0;35mSecorD\033[0m"
fi
echo -e "\033[1;34m_______________________________________________________________________________________\033[0m
"