Skip to content

Instantly share code, notes, and snippets.

@michbarsinai
Created September 5, 2024 00:54
Show Gist options
  • Save michbarsinai/235a52ae7a4940c84e1ff18528820851 to your computer and use it in GitHub Desktop.
Save michbarsinai/235a52ae7a4940c84e1ff18528820851 to your computer and use it in GitHub Desktop.
Snail for cowsay
$the_cow = <<"EOC";
$thoughts
$thoughts /-------------\\
| +--------+ |
\\\\ | | -----+ | |
/$eyes\\ \\ +------+ | |
\\$tongue \\ -----------+ |
\\ --------/__ /_
\\ \\_________/ \\__
\\____________________________\\__
EOC
@michbarsinai
Copy link
Author

For example:

$ cowsay -f snail -e oO hi
 ____
< hi >
 ----
  \
   \              /-------------\
                  |  +--------+ |
      \\          |  | -----+ | |
     /oO\         \  +------+ | |
     \   \         -----------+ |
      \   --------/__           /_
       \             \_________/  \__
        \____________________________\__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment