Skip to content

Instantly share code, notes, and snippets.

@michbarsinai
Created October 24, 2024 02:11
Show Gist options
  • Save michbarsinai/58f56af5f8a32f4cebdd4486ebfb7d23 to your computer and use it in GitHub Desktop.
Save michbarsinai/58f56af5f8a32f4cebdd4486ebfb7d23 to your computer and use it in GitHub Desktop.
Clarus for Cowsay (simple version)
$eyes = "*" unless ($eyes);
$the_cow = <<EOC;
$thoughts
$thoughts
** ***
* *__* * *
* ** **
* $eyes ** * *
*** * *** *
* ** * *
******** ***************** **
$tongue * ********** **
* ****** *
*** *
**** *
*** *
* ************** *
* * *** *
* * ** *
* * * *
** * ** *
** ** *** ***
*** ***
EOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment