Skip to content

Instantly share code, notes, and snippets.

@zealws
Created May 27, 2015 17:17
Show Gist options
  • Save zealws/9e747e6574808e854483 to your computer and use it in GitHub Desktop.
Save zealws/9e747e6574808e854483 to your computer and use it in GitHub Desktop.
random cowsay + lolcat
fortune | cowsay -f $(cowsay -l | tail -n +2 | tr ' ' '\n' | sort -R | head -n1) | lolcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment