Created
December 23, 2020 23:27
-
-
Save sigwinch28/875a97c1529485430ee9aca02f3c9a46 to your computer and use it in GitHub Desktop.
Hoot!
This file contains 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
#!/bin/sh | |
echo '' | |
echo ' __________' | |
echo ' / ___ ___ \' | |
echo ' / / @ \/ @ \ \' | |
echo ' \ \___/\___/ /\' | |
echo ' \____\/____/||' | |
echo ' / /\\\\\//' | |
echo ' | |\\\\\\' | |
echo ' \ \\\\\\' | |
echo ' \______/\\\\' | |
echo ' _||_||_' | |
echo '' | |
echo ' +- Blathers ----------------------------------------------------------+' | |
echo ' | Though bugs are the bane of my existence, |' | |
echo ' | rest assured the wretched thing will get the best of care here. |' | |
echo ' +---------------------------------------------------------------------+' | |
echo '' | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment