Skip to content

Instantly share code, notes, and snippets.

@sigwinch28
Created December 23, 2020 23:27
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigwinch28/875a97c1529485430ee9aca02f3c9a46 to your computer and use it in GitHub Desktop.
Save sigwinch28/875a97c1529485430ee9aca02f3c9a46 to your computer and use it in GitHub Desktop.
Hoot!
#!/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