Skip to content

Instantly share code, notes, and snippets.

@tjmahr
Created June 10, 2014 18:09
Show Gist options
  • Save tjmahr/eea64a70ca2e33ac1c32 to your computer and use it in GitHub Desktop.
Save tjmahr/eea64a70ca2e33ac1c32 to your computer and use it in GitHub Desktop.
a cat saying happy birthday
library("devtools")
install_github("sckott/cowsay")
library("cowsay")
say("HAPPY BIRTHDAY", "cat")
## -----
## HAPPY BIRTHDAY
## ------
## \
## \
## \`*-.
## ) _`-.
## . : `. .
## : _ '
## ; *` _. `*-._
## `-.-' `-.
## ; ` `.
## :. . \
## .\ . : .-' .
## ' `+.; ; ' :
## : ' | ; ;-.
## ; ' : :`-: _.`* ;
## .*' / .*' ; .*`- +' `*'
## `*-* `*-* `*-*'
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment