-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogo.sh
More file actions
12 lines (12 loc) · 1.3 KB
/
Logo.sh
File metadata and controls
12 lines (12 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
echo -e '\e[40m\e[92m'
echo -e ' '
echo -e ' ██╗ ██╗██╗███╗ ██╗███╗ ██╗ ██████╗ ██████╗ ███████╗ '
echo -e ' ██║ ██║██║████╗ ██║████╗ ██║██╔═══██╗██╔══██╗██╔════╝ '
echo -e ' ██║ █╗ ██║██║██╔██╗ ██║██╔██╗ ██║██║ ██║██║ ██║█████╗ '
echo -e ' ██║███╗██║██║██║╚██╗██║██║╚██╗██║██║ ██║██║ ██║██╔══╝ '
echo -e ' ╚███╔███╔╝██║██║ ╚████║██║ ╚████║╚██████╔╝██████╔╝███████╗ '
echo -e ' ╚══╝╚══╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝ '
echo -e ' '
echo -e ' Winsnip Community '
echo -e ' '
echo -e '\e[0m'