Skip to content

Instantly share code, notes, and snippets.

@takac
Created May 6, 2014 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takac/5a1b56a70ff309eec739 to your computer and use it in GitHub Desktop.
Save takac/5a1b56a70ff309eec739 to your computer and use it in GitHub Desktop.
cowfortune() {
fortune | cowsay -f $(cowsay -l | sed -n '2,$s/ /\n/gp' | sort -R | head -n1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment