1
0
Fork 1
mirror of https://example.com synced 2024-11-23 04:26:39 +09:00
firefish/scripts/build-greet.sh

12 lines
1.3 KiB
Bash
Raw Normal View History

2023-09-04 17:47:24 +09:00
#!/usr/bin/env bash
echo -e "\e[49;38;2;49;116;143m"
echo -e "██████╗ ██╗██████╗ ███████╗███████╗██╗███████╗██╗ ██╗ ○ ▄ ▄ "
echo -e "██╔════╝██║██╔══██╗██╔════╝██╔════╝██║██╔════╝██║ ██║ ⚬ █▄▄ █▄▄"
echo -e "█████╗ ██║██████╔╝█████╗ █████╗ ██║███████╗███████║ ▄▄▄▄▄▄ ▄ "
echo -e "██╔══╝ ██║██╔══██╗██╔══╝ ██╔══╝ ██║╚════██║██╔══██║ █ █ █▄▄"
echo -e "██║ ██║██║ ██║███████╗██║ ██║███████║██║ ██║ █ ● ● █ "
echo -e "╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ▀▄▄▄▄▄▄▀\e[0m\n"
echo -e "\e[1;34mCurrently building Firefish!\e[0m"
echo -e "\e[1;38;2;255;136;0mThis may take a while...\e[0m\n"