chaos/intro.sh
creativenothing 0c6e078a37 first commit
2022-08-14 18:23:24 +00:00

36 lines
2.1 KiB
Bash

source './colors.sh'
source './menu.sh'
source 'print_img.sh'
clear
print_img "city.jpg"
sleep 1
logo="
██████╗██╗ ██╗ █████╗ ██████╗ ███████╗
██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔════╝
██║ ███████║███████║██║ ██║███████╗
██║ ██╔══██║██╔══██║██║ ██║╚════██║
╚██████╗██║ ██║██║ ██║╚██████╔╝███████║
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝
████████╗██╗ ██╗███████╗ ██████╗ █████╗ ███╗ ███╗███████╗
╚══██╔══╝██║ ██║██╔════╝ ██╔════╝ ██╔══██╗████╗ ████║██╔════╝
██║ ███████║█████╗ ██║ ███╗███████║██╔████╔██║█████╗
██║ ██╔══██║██╔══╝ ██║ ██║██╔══██║██║╚██╔╝██║██╔══╝
██║ ██║ ██║███████╗ ╚██████╔╝██║ ██║██║ ╚═╝ ██║███████╗
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
"
cyanprint "$logo"
read -p "
Press [Enter] to continue...
"