rudeshark.net/scripts/build-greet.sh

12 lines
1.3 KiB
Bash
Raw Normal View History

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