-
Notifications
You must be signed in to change notification settings - Fork 101
/
js_alert.sh
executable file
·17 lines (16 loc) · 2.41 KB
/
js_alert.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# -*- coding: utf-8 -*-
echo -e "
██╗ █████╗ ██╗ ██╗ █████╗ ███████╗ ██████╗██████╗ ██╗██████╗ ████████╗\n\
██║██╔══██╗██║ ██║██╔══██╗██╔════╝██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝\n\
██║███████║██║ ██║███████║███████╗██║ ██████╔╝██║██████╔╝ ██║ \n\
██ ██║██╔══██║╚██╗ ██╔╝██╔══██║╚════██║██║ ██╔══██╗██║██╔═══╝ ██║ \n\
╚█████╔╝██║ ██║ ╚████╔╝ ██║ ██║███████║╚██████╗██║ ██║██║██║ ██║ \n\
╚════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ \n\
\n\
█████╗ ██████╗████████╗██╗██╗ ██╗ █████╗ ████████╗███████╗██████╗ \n\
██╔══██╗██╔════╝╚══██╔══╝██║██║ ██║██╔══██╗╚══██╔══╝██╔════╝██╔══██╗ \n\
███████║██║ ██║ ██║██║ ██║███████║ ██║ █████╗ ██║ ██║ \n\
██╔══██║██║ ██║ ██║╚██╗ ██╔╝██╔══██║ ██║ ██╔══╝ ██║ ██║ \n\
██║ ██║╚██████╗ ██║ ██║ ╚████╔╝ ██║ ██║ ██║ ███████╗██████╔╝ \n\
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═════╝ "