Skip to content

Instantly share code, notes, and snippets.

@michbarsinai
Last active June 2, 2026 16:01
Show Gist options
  • Select an option

  • Save michbarsinai/41b30ef6aa6e309a8a34e2ac8d269f3a to your computer and use it in GitHub Desktop.

Select an option

Save michbarsinai/41b30ef6aa6e309a8a34e2ac8d269f3a to your computer and use it in GitHub Desktop.
Weird Al Yankovic
$eyes = "OO" if $eyes eq "oo";
$tongue =~ s/\s/|/g;
$left_eye = substr($eyes, 0, 1);
$right_eye = substr($eyes, 1, 2);
$the_cow = <<EOC;
$thoughts
$thoughts
@@@@@
@@@@@@@
@\@$left_eye-$right_eye@@
@ \\u/ @
{{||||$tongue|||}}
[A]
/ \\
_| |_
EOC
@michbarsinai

Copy link
Copy Markdown
Author
$ cowsay -f al I HATE sauerkraut\!
 ____________________
< I HATE sauerkraut! >
 --------------------
 \
  \
       @@@@@
      @@@@@@@
      @@O-O@@
      @ \u/ @
   {{|||||||||}}
        [A]
        / \
       _| |_

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