Created
June 16, 2026 18:11
-
-
Save ike/59d6d24c4bf43bdc747850e1e48e4263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Print green vines with upper-right text banner | |
| echo -e "\033[0;32m" | |
| cat << 'EOF' | |
| ⠀⠀⠀⡎⢉⠀⠀⠀⠀⠀⠀⠀⠀⠀ ,--. ,--. ,--. | |
| ⠀⠀⠀⢈⣁⠆⡀⠀⠀⠀⠀⣄⠀⠀ ,--. ,--. ,---. ,--.--. ,-| | ,--,--,--. ,--,--. ,---.| ,---. `--',--,--, ,---. | |
| ⠀⠀⠀⢳⢹⠁⠀⠱⡀⠀⠀⢈⠆⠀ | |.'.| || .-. || .--'' .-. | | |' ,-. || .--'| .-. |,--.| \| .-. : | |
| ⠀⠀⠀⠠⢾⣆⠀⠞⠁⠀⣠⠮⡤⡀ | .'. |' '-' '| | \ `-' | | | | |\ '-' |\ `--.| | | || || || |\ --. | |
| ⠀⠀⠀⢱⠐⠹⢦⡀⠀⠰⠁⡀⢰⡁ '--' '--' `---' `--' `---' `--`--`--' `--`--' `---'`--' `--'`--'`--''--' `----' | |
| ⠀⠀⠀⢔⠞⠛⠶⣟⣦⣀⠀⠀⠛⠀ | |
| ⠀⠀⠀⠌⣤⡴⠀⠀⠀⠉⠳⡰⡡⠄ | |
| ⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠹⡄⠀ | |
| ⠀⠀⠀⠀⠀⠀⠀⠀⡇⢄⠙⢀⢷⢁ | |
| ⠀⠀⠀⠀⣀⣄⡀⠀⠑⠀⠀⠊⣸⢰ | |
| ⠀⠀⠀⡔⠁⠠⠗⠀⠀⠀⠀⠀⡭⠄ | |
| ⠀⠀⠀⢣⠀⠀⠲⣄⣀⣀⢤⡾⠁⠀ | |
| ⠀⠀⠀⠀⠑⠢⠀⠀⢠⣴⣟⠍⠀⠀ | |
| ⠐⠄⠄⠤⢐⡢⣀⡼⡾⠋⠀⠀⠀⠀ | |
| ⠀⠀⢀⠔⣡⣞⠏⠀⠀⠀⠀⠀⠀⠀ | |
| ⠀⠔⢡⠞⠁⡎⠀⠔⠒⡄⠀⠀⠂⠊ | |
| ⡎⢰⠃⠀⠀⡗⠄⠁⣀⠆⠀⡀⡀⠀ | |
| ⠀⠁⢀⠃⠀⠣⡀⠀⠀⠀⠀⣭⠀⠱ | |
| ⠀⠀⡂⢧⡀⠐⢌⣀⠀⠀⢀⡠⢠⢀ | |
| ⠀⠀⠂⠀⠁⠀⠀⢐⠩⣏⣋⡸⠗⠊ | |
| ⠀⠀⠀⠀⠀⠈⠉⡆⢡⠀⠀⠀⠀⠀ | |
| ⠀⠀⠀⠀⠑⠤⠔⠁⣸⠀⠀⠀⠀⠀ | |
| ⠀⠀⠀⠀⠀⠀⠀⠀⠥⠃⠀⠀⠀⠀ | |
| EOF | |
| echo -e "\033[0m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment